summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/nodejs
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/nodejs')
-rw-r--r--meta-oe/recipes-devtools/nodejs/nodejs_16.20.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_16.20.2.bb b/meta-oe/recipes-devtools/nodejs/nodejs_16.20.2.bb
index 95b36c926d..ca5deda99e 100644
--- a/meta-oe/recipes-devtools/nodejs/nodejs_16.20.2.bb
+++ b/meta-oe/recipes-devtools/nodejs/nodejs_16.20.2.bb
@@ -120,7 +120,7 @@ python do_create_v8_qemu_wrapper () {
120 on the host.""" 120 on the host."""
121 qemu_libdirs = [d.expand('${STAGING_DIR_HOST}${libdir}'), 121 qemu_libdirs = [d.expand('${STAGING_DIR_HOST}${libdir}'),
122 d.expand('${STAGING_DIR_HOST}${base_libdir}')] 122 d.expand('${STAGING_DIR_HOST}${base_libdir}')]
123 qemu_cmd = qemu_wrapper_cmdline(d, d.getVar('STAGING_DIR_HOST', True), 123 qemu_cmd = qemu_wrapper_cmdline(d, d.getVar('STAGING_DIR_HOST'),
124 qemu_libdirs) 124 qemu_libdirs)
125 wrapper_path = d.expand('${B}/v8-qemu-wrapper.sh') 125 wrapper_path = d.expand('${B}/v8-qemu-wrapper.sh')
126 with open(wrapper_path, 'w') as wrapper_file: 126 with open(wrapper_path, 'w') as wrapper_file: