diff options
author | John Klug <john.klug@multitech.com> | 2017-06-06 09:50:14 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-06-06 09:50:14 -0500 |
commit | c7cae6cae274c2ede411b240b15db55bb115274d (patch) | |
tree | 28eefc3b51dd092ad8fdc4cdc528679dad4e082b | |
parent | 0bc3f6247f8a821983fdd9efb6a49a47b8fc5b29 (diff) | |
download | meta-mlinux-c7cae6cae274c2ede411b240b15db55bb115274d.tar.gz meta-mlinux-c7cae6cae274c2ede411b240b15db55bb115274d.tar.bz2 meta-mlinux-c7cae6cae274c2ede411b240b15db55bb115274d.zip |
inherit npm-base required for node-red
-rw-r--r-- | recipes-devtools/node-red/node-red_0.11.1.bb | 3 |
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}" |