lede-packages-rs

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

commit 53cef1c9f178332023f5265f928af0e5b1c3cc83
parent 41a8f2d63b68d7683762d30ee04132ed0e1c4340
Author: John Crispin <blogic@openwrt.org>
Date:   Tue, 20 Oct 2015 13:23:01 +0200

node: add a python/host dependency

Signed-off-by: John Crispin <blogic@openwrt.org>

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} +PKG_BUILD_DEPENDS:=python/host PKG_INSTALL:=1 PKG_MAINTAINER:=John Crispin <blogic@openwrt.org>