summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/classes/npm.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/npm.bbclass b/meta/classes/npm.bbclass
index 30febcffb2..6dbae6bc79 100644
--- a/meta/classes/npm.bbclass
+++ b/meta/classes/npm.bbclass
@@ -22,7 +22,7 @@ def npm_oe_arch_map(target_arch, d):
22 return target_arch 22 return target_arch
23 23
24NPM_ARCH ?= "${@npm_oe_arch_map(d.getVar('TARGET_ARCH'), d)}" 24NPM_ARCH ?= "${@npm_oe_arch_map(d.getVar('TARGET_ARCH'), d)}"
25NPM_INSTALL_DEV = "0" 25NPM_INSTALL_DEV ?= "0"
26 26
27npm_do_compile() { 27npm_do_compile() {
28 # Copy in any additionally fetched modules 28 # Copy in any additionally fetched modules