diff options
| author | akash hadke <akash.hadke27@gmail.com> | 2025-01-10 16:39:04 +0530 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2025-01-22 19:12:54 -0500 |
| commit | 198cf66134afa9d7631ee9a1e1a08d396fa58e8a (patch) | |
| tree | db7d1c05a3016a93e8307f400571a417838d2fc2 /meta-oe/recipes-devtools/nodejs | |
| parent | 66ec16850573a7ec69248b81f9904cdfba79b930 (diff) | |
| download | meta-openembedded-198cf66134afa9d7631ee9a1e1a08d396fa58e8a.tar.gz | |
meta-oe: Remove True option to getVar calls
getVar() now defaults to expanding by default, thus remove the True
option from getVar() calls with a regex search and replace.
Signed-off-by: Akash Hadke <akash.hadke27@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/nodejs')
| -rw-r--r-- | meta-oe/recipes-devtools/nodejs/nodejs_16.20.2.bb | 2 |
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: |
