From: Lars-Peter Clausen Date: Thu, 18 Mar 2010 00:54:32 +0000 (+0000) Subject: [packages] xcbproto: Don't install python files X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=c8f688bebd508be45dd33d9787128ff9b2e8154b [packages] xcbproto: Don't install python files The python files are not really needed right now and there have been built problems releated to them. So uncomment them for know. SVN-Revision: 20258 --- diff --git a/Xorg/lib/xcbproto/Makefile b/Xorg/lib/xcbproto/Makefile index 4bf154fd57..06afafb9ac 100644 --- a/Xorg/lib/xcbproto/Makefile +++ b/Xorg/lib/xcbproto/Makefile @@ -16,12 +16,12 @@ PKG_SOURCE_URL:=http://xcb.freedesktop.org/dist/ PKG_MD5SUM:=d9275a714e83ab9c1f9b260c6eff1609 PKG_INSTALL:=1 -PKG_BUILD_DEPENDS:=PACKAGE_python:python PACKAGE_python-mini:python +#PKG_BUILD_DEPENDS:=python-mini/host include $(INCLUDE_DIR)/package.mk -$(call include_mk, python-package.mk) +#$(call include_mk, python-package.mk) -STAMP_CONFIGURED:=$(STAMP_CONFIGURED)_$(call confvar,PACKAGE_python PACKAGE_python-mini) +#STAMP_CONFIGURED:=$(STAMP_CONFIGURED)_$(call confvar,PACKAGE_python PACKAGE_python-mini) define Package/xcbproto SECTION:=xorg-libs @@ -31,17 +31,15 @@ define Package/xcbproto TITLE:=xcbproto endef -ifneq ($(CONFIG_PACKAGE_python)$(CONFIG_PACKAGE_python-mini),) - define InstallPy - $(INSTALL_DIR) $(1)/host/lib/$(PYTHON)/site-packages/xcbgen - $(INSTALL_DATA) \ - $(PKG_INSTALL_DIR)/usr/lib/$(PYTHON)/site-packages/xcbgen/*.py \ - $(1)/host/lib/$(PYTHON)/site-packages/xcbgen/ - endef -endif +#define InstallPy +# $(INSTALL_DIR) $(1)/host/lib/$(PYTHON)/site-packages/xcbgen +# $(INSTALL_DATA) \ +# $(PKG_INSTALL_DIR)/usr/lib/$(PYTHON)/site-packages/xcbgen/*.py \ +# $(1)/host/lib/$(PYTHON)/site-packages/xcbgen/ +#endef define Build/InstallDev - $(call InstallPy,$(1),$(2)) +# $(call InstallPy,$(1),$(2)) $(INSTALL_DIR) \ $(1)/usr/lib/pkgconfig \ $(1)/host/share/xcb