diff options
Diffstat (limited to 'meta-oe/recipes-devtools/nodejs/nodejs_18.12.1.bb')
| -rw-r--r-- | meta-oe/recipes-devtools/nodejs/nodejs_18.12.1.bb | 2 |
1 files changed, 1 insertions, 1 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 e96412fecc..8b917815d9 100644 --- a/meta-oe/recipes-devtools/nodejs/nodejs_18.12.1.bb +++ b/meta-oe/recipes-devtools/nodejs/nodejs_18.12.1.bb | |||
| @@ -115,7 +115,7 @@ python do_create_v8_qemu_wrapper () { | |||
| 115 | on the host.""" | 115 | on the host.""" |
| 116 | qemu_libdirs = [d.expand('${STAGING_DIR_HOST}${libdir}'), | 116 | qemu_libdirs = [d.expand('${STAGING_DIR_HOST}${libdir}'), |
| 117 | d.expand('${STAGING_DIR_HOST}${base_libdir}')] | 117 | d.expand('${STAGING_DIR_HOST}${base_libdir}')] |
| 118 | qemu_cmd = qemu_wrapper_cmdline(d, d.getVar('STAGING_DIR_HOST', True), | 118 | qemu_cmd = qemu_wrapper_cmdline(d, d.getVar('STAGING_DIR_HOST'), |
| 119 | qemu_libdirs) | 119 | qemu_libdirs) |
| 120 | wrapper_path = d.expand('${B}/v8-qemu-wrapper.sh') | 120 | wrapper_path = d.expand('${B}/v8-qemu-wrapper.sh') |
| 121 | with open(wrapper_path, 'w') as wrapper_file: | 121 | with open(wrapper_path, 'w') as wrapper_file: |
