Skip to content
This repository has been archived by the owner on Jan 11, 2018. It is now read-only.

Commit

Permalink
This fixes parallel builds
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
zyxmon committed Mar 31, 2016
1 parent e0e98c8 commit e1ec29c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/python-setuptools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e1ec29c

Please sign in to comment.