diff options
| author | Chen Qi <Qi.Chen@windriver.com> | 2025-04-10 06:41:44 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-05-03 01:59:06 -0700 |
| commit | 24ff52ba3b73757cc0255a5b19822e2e4d3d4e0a (patch) | |
| tree | 67235f5bdec7d1dc18519d40044931e3aa16bbe8 /meta-oe/recipes-devtools/mpich | |
| parent | 46866b0022690f7408d0c5d7d3a22ba03e3af1a7 (diff) | |
| download | meta-openembedded-24ff52ba3b73757cc0255a5b19822e2e4d3d4e0a.tar.gz | |
recipes: adapt to qemu.bbclass refactoring
Avoid inheriting qemu.bbclass and use oe.qemu.xxx instead.
Also, the 'qemu-native' dep is replaced by 'qemuwrapper-cross' for
PACKAGE_WRITE_DEPS. qemuwrapper-cross is the one that is actually
used by postints and it has 'qemu-native' in DEPENDS.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/mpich')
| -rw-r--r-- | meta-oe/recipes-devtools/mpich/mpich_4.3.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/mpich/mpich_4.3.0.bb b/meta-oe/recipes-devtools/mpich/mpich_4.3.0.bb index 6babba3de7..af15ce61a3 100644 --- a/meta-oe/recipes-devtools/mpich/mpich_4.3.0.bb +++ b/meta-oe/recipes-devtools/mpich/mpich_4.3.0.bb | |||
| @@ -28,13 +28,13 @@ PACKAGECONFIG[fortran] = "--with-cross=${WORKDIR}/cross_values.txt --enable-fort | |||
| 28 | LDFLAGS:append:x86-64 = " -lgcc" | 28 | LDFLAGS:append:x86-64 = " -lgcc" |
| 29 | LDFLAGS:append:x86 = " -lgcc" | 29 | LDFLAGS:append:x86 = " -lgcc" |
| 30 | 30 | ||
| 31 | inherit autotools gettext pkgconfig qemu | 31 | inherit autotools gettext pkgconfig |
| 32 | 32 | ||
| 33 | DEPENDS += "qemu-native" | 33 | DEPENDS += "qemu-native" |
| 34 | 34 | ||
| 35 | do_configure() { | 35 | do_configure() { |
| 36 | if [ "${@bb.utils.contains('PACKAGECONFIG', 'fortran', '1', '', d)}" = "1" ]; then | 36 | if [ "${@bb.utils.contains('PACKAGECONFIG', 'fortran', '1', '', d)}" = "1" ]; then |
| 37 | qemu_binary="${@qemu_wrapper_cmdline(d, d.getVar('STAGING_DIR_HOST'), [d.expand('${STAGING_DIR_HOST}${libdir}'),d.expand('${STAGING_DIR_HOST}${base_libdir}')])}" | 37 | qemu_binary="${@oe.qemu.qemu_wrapper_cmdline(d, d.getVar('STAGING_DIR_HOST'), [d.expand('${STAGING_DIR_HOST}${libdir}'),d.expand('${STAGING_DIR_HOST}${base_libdir}')])}" |
| 38 | cat > ${WORKDIR}/qemuwrapper << EOF | 38 | cat > ${WORKDIR}/qemuwrapper << EOF |
| 39 | #!/bin/sh | 39 | #!/bin/sh |
| 40 | $qemu_binary "\$@" | 40 | $qemu_binary "\$@" |
