summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2018-09-08 08:27:26 +0200
committerKarel Kočí <cynerd@email.cz>2018-09-08 08:27:26 +0200
commit5a113c99487c68c2179719a3b031d0235016ecc9 (patch)
treeed67639939b4167c887a5a54f21f2ba2ca8f331e
parent8b301f681854bd876e6f79291f6013fc76c9b4b2 (diff)
downloadopenwrt-personal-pkgs-5a113c99487c68c2179719a3b031d0235016ecc9.tar.gz
openwrt-personal-pkgs-5a113c99487c68c2179719a3b031d0235016ecc9.tar.bz2
openwrt-personal-pkgs-5a113c99487c68c2179719a3b031d0235016ecc9.zip
node-red: requires node/host to build
-rw-r--r--node-red/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/node-red/Makefile b/node-red/Makefile
index 1710252..f979e09 100644
--- a/node-red/Makefile
+++ b/node-red/Makefile
@@ -11,6 +11,7 @@ PKG_NAME:=node-red
PKG_RELEASE:=1
PKG_SOURCE_URL:=https://github.com/node-red/node-red.git
PKG_MAINTAINER:=Karel Kočí <cynerd@email.cz>
+PKG_BUILD_DEPENDS:=node/host
include $(TOPDIR)/package/autopkg-tag.mk
include $(INCLUDE_DIR)/package.mk