From f9a17bf448164615e150a1ead01b0dc36c4d432d Mon Sep 17 00:00:00 2001 From: nico Date: Fri, 24 Apr 2009 20:30:23 +0000 Subject: [PATCH] [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 --- Xorg/lib/xcbproto/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xorg/lib/xcbproto/Makefile b/Xorg/lib/xcbproto/Makefile index f59ef7e18..c4bd27ee3 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)