summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Reiss <jreiss@multitech.com>2017-12-14 14:21:19 -0600
committerJason Reiss <jreiss@multitech.com>2017-12-14 14:21:19 -0600
commit43d12cac4911d3147ba95eb2cb75216b46a95dd3 (patch)
tree07f4ac1bac318ecf73b28e145b2dd44716ba604f
parent8cb65c671f896e950d823f35ff82fe56b2483ea4 (diff)
downloadmeta-mlinux-43d12cac4911d3147ba95eb2cb75216b46a95dd3.tar.gz
meta-mlinux-43d12cac4911d3147ba95eb2cb75216b46a95dd3.tar.bz2
meta-mlinux-43d12cac4911d3147ba95eb2cb75216b46a95dd3.zip
update node-red recipe for nodejs 0.10.48
-rw-r--r--recipes-devtools/node-red/node-red_0.15.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/node-red/node-red_0.15.3.bb b/recipes-devtools/node-red/node-red_0.15.3.bb
index e6ecc74..f86aa43 100644
--- a/recipes-devtools/node-red/node-red_0.15.3.bb
+++ b/recipes-devtools/node-red/node-red_0.15.3.bb
@@ -6,7 +6,7 @@ DEPENDS = "nodejs nodejs-native"
RDEPENDS_${PN} += "bash"
PR = "r0"
-inherit npm
+inherit npm-base
S = "${WORKDIR}"