summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-02-20 15:46:14 +0000
committerKhem Raj <raj.khem@gmail.com>2023-02-22 01:07:43 -0800
commitd37abd5f8cef85b15506ac667e0be4b97d9dba2b (patch)
treec144347f3a08bdd6b9ead69a8efc374dcdcd9ee3
parent3ff0235737077ab43a7e8ce065d891a13d2c0d17 (diff)
downloadmeta-openembedded-d37abd5f8cef85b15506ac667e0be4b97d9dba2b.tar.gz
nodejs: no need to stage binaries for target
Target nodejs doesn't depend on nodejs-native to build anymore, so there is no need to stage these binaries. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-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 \