summaryrefslogtreecommitdiff
path: root/recipes-devtools
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2017-06-06 09:50:14 -0500
committerJohn Klug <john.klug@multitech.com>2017-06-06 09:50:14 -0500
commitc7cae6cae274c2ede411b240b15db55bb115274d (patch)
tree28eefc3b51dd092ad8fdc4cdc528679dad4e082b /recipes-devtools
parent0bc3f6247f8a821983fdd9efb6a49a47b8fc5b29 (diff)
downloadmeta-mlinux-c7cae6cae274c2ede411b240b15db55bb115274d.tar.gz
meta-mlinux-c7cae6cae274c2ede411b240b15db55bb115274d.tar.bz2
meta-mlinux-c7cae6cae274c2ede411b240b15db55bb115274d.zip
inherit npm-base required for node-red
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/node-red/node-red_0.11.1.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-devtools/node-red/node-red_0.11.1.bb b/recipes-devtools/node-red/node-red_0.11.1.bb
index 9e441c6..4a73335 100644
--- a/recipes-devtools/node-red/node-red_0.11.1.bb
+++ b/recipes-devtools/node-red/node-red_0.11.1.bb
@@ -5,7 +5,8 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7ca
DEPENDS = "nodejs nodejs-native"
PR = "r0"
-inherit npm
+inherit npm-base
+
S = "${WORKDIR}"