diff options
-rw-r--r-- | meta-oe/recipes-devtools/nodejs/nodejs_18.12.1.bb | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_18.12.1.bb b/meta-oe/recipes-devtools/nodejs/nodejs_18.12.1.bb index a667d3bd3f..1c530ee29b 100644 --- a/meta-oe/recipes-devtools/nodejs/nodejs_18.12.1.bb +++ b/meta-oe/recipes-devtools/nodejs/nodejs_18.12.1.bb | |||
@@ -174,19 +174,6 @@ do_install_ptest () { | |||
174 | chown -R root:root ${D}${PTEST_PATH} | 174 | chown -R root:root ${D}${PTEST_PATH} |
175 | } | 175 | } |
176 | 176 | ||
177 | BINARIES = " \ | ||
178 | bytecode_builtins_list_generator \ | ||
179 | ${@bb.utils.contains('PACKAGECONFIG', 'icu', 'gen-regexp-special-case', '', d)} \ | ||
180 | node_mksnapshot \ | ||
181 | torque \ | ||
182 | " | ||
183 | |||
184 | do_install:append:class-native() { | ||
185 | # Install the native binaries to provide it within sysroot for the target compilation | ||
186 | install -d ${D}${bindir} | ||
187 | (cd ${S}/out/Release && install ${BINARIES} ${D}${bindir}) | ||
188 | } | ||
189 | |||
190 | PACKAGES =+ "${PN}-npm" | 177 | PACKAGES =+ "${PN}-npm" |
191 | FILES:${PN}-npm = "${nonarch_libdir}/node_modules ${bindir}/npm ${bindir}/npx" | 178 | FILES:${PN}-npm = "${nonarch_libdir}/node_modules ${bindir}/npm ${bindir}/npx" |
192 | RDEPENDS:${PN}-npm = "bash python3-core python3-shell python3-datetime \ | 179 | RDEPENDS:${PN}-npm = "bash python3-core python3-shell python3-datetime \ |