lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 5d4caa73f10d665432b834fe77c843953142ba50
parent e78a0ff2c8f0b211bf6124c268a6f07f7cd0811e
Author: Hannu Nyman <hannu.nyman@iki.fi>
Date:   Thu, 31 Mar 2016 22:31:32 +0300

Merge pull request #2565 from zyxmon/patch-1

python-setuptools/host - this fixes parallel builds
Diffstat:
Mlang/python-setuptools/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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)