[packages] xcbproto: don't include python packaging stuff at DUMP time

git-svn-id: svn://svn.openwrt.org/openwrt/packages@15396 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2009-04-24 20:30:23 +00:00
parent 11602b0b40
commit f9a17bf448

View File

@ -19,7 +19,7 @@ PKG_INSTALL:=1
PKG_BUILD_DEPENDS:=PACKAGE_python:python PACKAGE_python-mini:python
include $(INCLUDE_DIR)/package.mk
include $(STAGING_DIR)/mk/python-package.mk
-include $(if $(DUMP),,$(STAGING_DIR)/mk/python-package.mk)
STAMP_CONFIGURED:=$(STAMP_CONFIGURED)_$(call confvar,PACKAGE_python PACKAGE_python-mini)