lede-packages-rs

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

commit 3f76c2fd49f3583ef3ce76c47e9b1d2f403d96c2
parent a79587df8582c38addb211d4826a0e246e71b0fe
Author: Steven Barth <steven@midlink.org>
Date:   Thu, 19 Nov 2015 16:23:26 +0100

Merge pull request #1898 from NeoRaider/node-host

node: add python/host to HOST_BUILD_DEPENDS as well
Diffstat:
Mlang/node/Makefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/lang/node/Makefile b/lang/node/Makefile @@ -14,6 +14,7 @@ PKG_RELEASE:=1 PKG_SOURCE:=node-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://nodejs.org/dist/${PKG_VERSION} +HOST_BUILD_DEPENDS:=python/host PKG_BUILD_DEPENDS:=python/host PKG_INSTALL:=1 PKG_USE_MIPS16:=0