From: Jo-Philipp Wich Date: Tue, 11 Oct 2011 23:07:30 +0000 (+0000) Subject: [packages] distribute: make the host build depend on python to ensure that python... X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=c61033bb7d008a2ffa3aa2a69b65fba0c83d3434 [packages] distribute: make the host build depend on python to ensure that python-package.mk is available, fixes random distribute build failures during parallel build runs SVN-Revision: 28424 --- diff --git a/lang/distribute/Makefile b/lang/distribute/Makefile index f164508bcf..c38d277dc2 100644 --- a/lang/distribute/Makefile +++ b/lang/distribute/Makefile @@ -16,6 +16,8 @@ PKG_SOURCE_URL:=http://pypi.python.org/packages/source/d/$(PKG_NAME)/ PKG_MD5SUM:=f783444754861f9b33e9f4083bd97b60 PKG_BUILD_DIR:=$(BUILD_DIR_HOST)/$(PKG_NAME)-$(PKG_VERSION)/ +HOST_BUILD_DEPENDS:=python + include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/package.mk $(call include_mk, python-package.mk)