diff options
| author | Jason Reiss <jreiss@multitech.com> | 2017-12-14 14:21:19 -0600 |
|---|---|---|
| committer | Jason Reiss <jreiss@multitech.com> | 2017-12-14 14:21:19 -0600 |
| commit | 43d12cac4911d3147ba95eb2cb75216b46a95dd3 (patch) | |
| tree | 07f4ac1bac318ecf73b28e145b2dd44716ba604f | |
| parent | 8cb65c671f896e950d823f35ff82fe56b2483ea4 (diff) | |
| download | meta-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.bb | 2 |
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}" |
