diff options
-rw-r--r-- | meta-oe/recipes-devtools/nodejs/nodejs_18.14.2.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_18.14.2.bb b/meta-oe/recipes-devtools/nodejs/nodejs_18.14.2.bb index c92c373746..7361f4039a 100644 --- a/meta-oe/recipes-devtools/nodejs/nodejs_18.14.2.bb +++ b/meta-oe/recipes-devtools/nodejs/nodejs_18.14.2.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2dff1ccca11e333f1388e34f7e2d1de3" | |||
5 | 5 | ||
6 | CVE_PRODUCT = "nodejs node.js" | 6 | CVE_PRODUCT = "nodejs node.js" |
7 | 7 | ||
8 | DEPENDS = "openssl" | 8 | DEPENDS = "openssl file-replacement-native" |
9 | DEPENDS:append:class-target = " qemu-native" | 9 | DEPENDS:append:class-target = " qemu-native" |
10 | DEPENDS:append:class-native = " c-ares-native" | 10 | DEPENDS:append:class-native = " c-ares-native" |
11 | 11 | ||
@@ -88,6 +88,8 @@ EXTRA_OEMAKE = "\ | |||
88 | builddir_name=./ \ | 88 | builddir_name=./ \ |
89 | " | 89 | " |
90 | 90 | ||
91 | EXTRANATIVEPATH += "file-native" | ||
92 | |||
91 | python prune_sources() { | 93 | python prune_sources() { |
92 | import shutil | 94 | import shutil |
93 | 95 | ||