[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.


git-svn-id: svn://svn.openwrt.org/openwrt/packages@20258 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
lars 2010-03-18 00:54:32 +00:00
parent 82e1a29c70
commit adca130c76

View File

@ -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