From: Stijn Tintel Date: Thu, 17 Mar 2016 09:37:10 +0000 (+0100) Subject: node-serialport: add node host dependency X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=a82363f0afe7058d897cff04b6169159cf98a9fc;p=feed%2Fpackages.git node-serialport: add node host dependency Signed-off-by: Stijn Tintel --- diff --git a/lang/node-serialport/Makefile b/lang/node-serialport/Makefile index c73e85848f..c414628e37 100644 --- a/lang/node-serialport/Makefile +++ b/lang/node-serialport/Makefile @@ -16,7 +16,7 @@ PKG_SOURCE:=$(PKG_NPM_NAME)-$(PKG_VERSION).tgz PKG_SOURCE_URL:=http://registry.npmjs.org/$(PKG_NPM_NAME)/-/ PKG_MD5SUM:=1eb21082e0aa676b8350182a60230808 -PKG_BUILD_DEPENDS:=node +PKG_BUILD_DEPENDS:=node/host PKG_NODE_VERSION:=0.12.7 PKG_MAINTAINER:=John Crispin