From: Nicolas Thill Date: Fri, 24 Apr 2009 20:30:23 +0000 (+0000) Subject: [packages] xcbproto: don't include python packaging stuff at DUMP time X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=3d2c58488f8174bffea49ecba53d5d86aac13007;p=openwrt%2Fsvn-archive%2Farchive.git [packages] xcbproto: don't include python packaging stuff at DUMP time SVN-Revision: 15396 --- diff --git a/Xorg/lib/xcbproto/Makefile b/Xorg/lib/xcbproto/Makefile index f59ef7e185..c4bd27ee38 100644 --- a/Xorg/lib/xcbproto/Makefile +++ b/Xorg/lib/xcbproto/Makefile @@ -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)