diff options
Diffstat (limited to 'meta-oe/recipes-devtools')
| -rw-r--r-- | meta-oe/recipes-devtools/nodejs/nodejs_18.12.1.bb | 2 | ||||
| -rw-r--r-- | meta-oe/recipes-devtools/suitesparse/suitesparse_5.10.1.bb | 12 |
2 files changed, 7 insertions, 7 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: |
diff --git a/meta-oe/recipes-devtools/suitesparse/suitesparse_5.10.1.bb b/meta-oe/recipes-devtools/suitesparse/suitesparse_5.10.1.bb index 56cbfce20e..13e6fd066c 100644 --- a/meta-oe/recipes-devtools/suitesparse/suitesparse_5.10.1.bb +++ b/meta-oe/recipes-devtools/suitesparse/suitesparse_5.10.1.bb | |||
| @@ -19,14 +19,14 @@ RPROVIDES:${PN} = "mongoose graphblas" | |||
| 19 | # the command line. To get around this problem, set these variables to only the | 19 | # the command line. To get around this problem, set these variables to only the |
| 20 | # program name and prepend the rest of the value onto the corresponding FLAGS | 20 | # program name and prepend the rest of the value onto the corresponding FLAGS |
| 21 | # variable. | 21 | # variable. |
| 22 | CFLAGS:prepend := "${@" ".join(d.getVar('CC', True).split()[1:])} " | 22 | CFLAGS:prepend := "${@" ".join(d.getVar('CC').split()[1:])} " |
| 23 | export CC := "${@d.getVar('CC', True).split()[0]}" | 23 | export CC := "${@d.getVar('CC').split()[0]}" |
| 24 | 24 | ||
| 25 | CXXFLAGS:prepend := "${@" ".join(d.getVar('CXX', True).split()[1:])} " | 25 | CXXFLAGS:prepend := "${@" ".join(d.getVar('CXX').split()[1:])} " |
| 26 | export CXX := "${@d.getVar('CXX', True).split()[0]}" | 26 | export CXX := "${@d.getVar('CXX').split()[0]}" |
| 27 | 27 | ||
| 28 | LDFLAGS:prepend := "${@" ".join(d.getVar('LD', True).split()[1:])} " | 28 | LDFLAGS:prepend := "${@" ".join(d.getVar('LD').split()[1:])} " |
| 29 | export LD := "${@d.getVar('LD', True).split()[0]}" | 29 | export LD := "${@d.getVar('LD').split()[0]}" |
| 30 | 30 | ||
| 31 | export CMAKE_OPTIONS = " \ | 31 | export CMAKE_OPTIONS = " \ |
| 32 | -DCMAKE_INSTALL_PREFIX=${D}${prefix} \ | 32 | -DCMAKE_INSTALL_PREFIX=${D}${prefix} \ |
