From e1ec29c9df4be258a3a56fd741ec328c3a67edc7 Mon Sep 17 00:00:00 2001 From: zyxmon Date: Wed, 30 Mar 2016 16:53:37 +0300 Subject: [PATCH] This fixes parallel builds python-setuptools/host needs python-package.mk and python-host.mk files that are installed by python (non host build - InstallDev) Signed-off-by: Andrey Sechin --- lang/python-setuptools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/python-setuptools/Makefile b/lang/python-setuptools/Makefile index e569ac9c1..7eab14290 100644 --- a/lang/python-setuptools/Makefile +++ b/lang/python-setuptools/Makefile @@ -15,7 +15,7 @@ PKG_SOURCE:=setuptools-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://pypi.python.org/packages/source/s/setuptools/ PKG_MD5SUM:=bf37191cb4c1472fb61e6f933d2006b1 -HOST_BUILD_DEPENDS:=python/host +HOST_BUILD_DEPENDS:=python python/host PKG_BUILD_DIR:=$(BUILD_DIR)/setuptools-$(PKG_VERSION) HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/setuptools-$(PKG_VERSION)