summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/nodejs/nodejs_18.12.1.bb13
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
177BINARIES = " \
178 bytecode_builtins_list_generator \
179 ${@bb.utils.contains('PACKAGECONFIG', 'icu', 'gen-regexp-special-case', '', d)} \
180 node_mksnapshot \
181 torque \
182"
183
184do_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
190PACKAGES =+ "${PN}-npm" 177PACKAGES =+ "${PN}-npm"
191FILES:${PN}-npm = "${nonarch_libdir}/node_modules ${bindir}/npm ${bindir}/npx" 178FILES:${PN}-npm = "${nonarch_libdir}/node_modules ${bindir}/npm ${bindir}/npx"
192RDEPENDS:${PN}-npm = "bash python3-core python3-shell python3-datetime \ 179RDEPENDS:${PN}-npm = "bash python3-core python3-shell python3-datetime \