commit 2b8a17de0183a6a0a0a5eb0e0eb9ec1c63b7543b
parent 8b210955e4002bcf6afdebe6d4dfb4b94583f3e9
Author: Stijn Tintel <stijn@linux-ipv6.be>
Date: Thu, 17 Mar 2016 10:34:56 +0100
node-arduino-firmata: add node host dependency
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lang/node-arduino-firmata/Makefile b/lang/node-arduino-firmata/Makefile
@@ -18,7 +18,7 @@ PKG_SOURCE_VERSION:=16e76007edf218d72df590adbd711ac6b7432845
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_SOURCE_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz
-PKG_BUILD_DEPENDS:=node
+PKG_BUILD_DEPENDS:=node/host
PKG_NODE_VERSION:=0.12.7
PKG_MAINTAINER:=John Crispin <blogic@openwrt.org>