mirror of
https://github.com/openwrt/packages.git
synced 2025-12-27 09:35:02 +04:00
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 <zyxmon@gmail.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user