diff options
Diffstat (limited to 'meta-oe/recipes-support')
| -rw-r--r-- | meta-oe/recipes-support/espeak/espeak_1.48.04.bb | 4 | ||||
| -rw-r--r-- | meta-oe/recipes-support/hdf5/hdf5_1.14.4-3.bb | 4 | ||||
| -rw-r--r-- | meta-oe/recipes-support/uim/uim_1.9.0.bb | 12 | ||||
| -rw-r--r-- | meta-oe/recipes-support/unixodbc/unixodbc_2.3.12.bb | 4 |
4 files changed, 12 insertions, 12 deletions
diff --git a/meta-oe/recipes-support/espeak/espeak_1.48.04.bb b/meta-oe/recipes-support/espeak/espeak_1.48.04.bb index 363fffbc05..b4812d59d6 100644 --- a/meta-oe/recipes-support/espeak/espeak_1.48.04.bb +++ b/meta-oe/recipes-support/espeak/espeak_1.48.04.bb | |||
| @@ -13,7 +13,7 @@ SRC_URI[sha256sum] = "bf9a17673adffcc28ff7ea18764f06136547e97bbd9edf2ec612f09b20 | |||
| 13 | S = "${WORKDIR}/espeak-${PV}-source" | 13 | S = "${WORKDIR}/espeak-${PV}-source" |
| 14 | 14 | ||
| 15 | DEPENDS = "portaudio-v19 qemu-helper-native" | 15 | DEPENDS = "portaudio-v19 qemu-helper-native" |
| 16 | inherit siteinfo | 16 | inherit siteinfo qemu |
| 17 | 17 | ||
| 18 | 18 | ||
| 19 | CXXFLAGS += "-DUSE_PORTAUDIO" | 19 | CXXFLAGS += "-DUSE_PORTAUDIO" |
| @@ -31,7 +31,7 @@ do_compile() { | |||
| 31 | oe_runmake | 31 | oe_runmake |
| 32 | 32 | ||
| 33 | cd "${S}/platforms/big_endian" | 33 | cd "${S}/platforms/big_endian" |
| 34 | qemu_binary="${@oe.qemu.qemu_wrapper_cmdline(d, '${STAGING_DIR_TARGET}', ['${S}/platforms/big_endian', '${STAGING_DIR_TARGET}${base_libdir}'])}" | 34 | qemu_binary="${@qemu_wrapper_cmdline(d, '${STAGING_DIR_TARGET}', ['${S}/platforms/big_endian', '${STAGING_DIR_TARGET}${base_libdir}'])}" |
| 35 | cat >qemuwrapper <<EOF | 35 | cat >qemuwrapper <<EOF |
| 36 | #!/bin/sh | 36 | #!/bin/sh |
| 37 | $qemu_binary "\$@" | 37 | $qemu_binary "\$@" |
diff --git a/meta-oe/recipes-support/hdf5/hdf5_1.14.4-3.bb b/meta-oe/recipes-support/hdf5/hdf5_1.14.4-3.bb index 4ffc875cec..f34e5f183d 100644 --- a/meta-oe/recipes-support/hdf5/hdf5_1.14.4-3.bb +++ b/meta-oe/recipes-support/hdf5/hdf5_1.14.4-3.bb | |||
| @@ -7,7 +7,7 @@ SECTION = "libs" | |||
| 7 | LICENSE = "HDF5" | 7 | LICENSE = "HDF5" |
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=adebb1ecf1b3b80c13359e18ef67301e" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=adebb1ecf1b3b80c13359e18ef67301e" |
| 9 | 9 | ||
| 10 | inherit cmake siteinfo multilib_header multilib_script | 10 | inherit cmake siteinfo qemu multilib_header multilib_script |
| 11 | 11 | ||
| 12 | DEPENDS += "qemu-native zlib" | 12 | DEPENDS += "qemu-native zlib" |
| 13 | 13 | ||
| @@ -30,7 +30,7 @@ EXTRA_OECMAKE:prepend:class-target = "-DCMAKE_CROSSCOMPILING_EMULATOR=${WORKDIR} | |||
| 30 | gen_emu() { | 30 | gen_emu() { |
| 31 | # Write out a qemu wrapper that will be used by cmake | 31 | # Write out a qemu wrapper that will be used by cmake |
| 32 | # so that it can run target helper binaries through that. | 32 | # so that it can run target helper binaries through that. |
| 33 | 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}')])}" | 33 | qemu_binary="${@qemu_wrapper_cmdline(d, d.getVar('STAGING_DIR_HOST'), [d.expand('${STAGING_DIR_HOST}${libdir}'),d.expand('${STAGING_DIR_HOST}${base_libdir}')])}" |
| 34 | cat > ${WORKDIR}/qemuwrapper << EOF | 34 | cat > ${WORKDIR}/qemuwrapper << EOF |
| 35 | #!/bin/sh | 35 | #!/bin/sh |
| 36 | $qemu_binary "\$@" | 36 | $qemu_binary "\$@" |
diff --git a/meta-oe/recipes-support/uim/uim_1.9.0.bb b/meta-oe/recipes-support/uim/uim_1.9.0.bb index a7857b2487..cb3aee3f0d 100644 --- a/meta-oe/recipes-support/uim/uim_1.9.0.bb +++ b/meta-oe/recipes-support/uim/uim_1.9.0.bb | |||
| @@ -25,7 +25,7 @@ LEAD_SONAME = "libuim.so.1" | |||
| 25 | COMPATIBLE_HOST:riscv64 = "null" | 25 | COMPATIBLE_HOST:riscv64 = "null" |
| 26 | COMPATIBLE_HOST:riscv32 = "null" | 26 | COMPATIBLE_HOST:riscv32 = "null" |
| 27 | 27 | ||
| 28 | inherit features_check autotools pkgconfig gettext gtk-immodules-cache | 28 | inherit features_check autotools pkgconfig gettext qemu gtk-immodules-cache |
| 29 | 29 | ||
| 30 | REQUIRED_DISTRO_FEATURES = "x11" | 30 | REQUIRED_DISTRO_FEATURES = "x11" |
| 31 | 31 | ||
| @@ -120,10 +120,10 @@ FILES:uim-skk = "${libdir}/uim/plugin/libuim-skk.* \ | |||
| 120 | ${datadir}/uim/skk*.scm \ | 120 | ${datadir}/uim/skk*.scm \ |
| 121 | " | 121 | " |
| 122 | 122 | ||
| 123 | PACKAGE_WRITE_DEPS += "qemuwrapper-cross" | 123 | PACKAGE_WRITE_DEPS += "qemu-native" |
| 124 | pkg_postinst:uim-anthy() { | 124 | pkg_postinst:uim-anthy() { |
| 125 | if test -n "$D"; then | 125 | if test -n "$D"; then |
| 126 | ${@oe.qemu.qemu_run_binary(d, '$D', '${bindir}/uim-module-manager')} --register anthy --path $D${datadir}/uim | 126 | ${@qemu_run_binary(d, '$D', '${bindir}/uim-module-manager')} --register anthy --path $D${datadir}/uim |
| 127 | else | 127 | else |
| 128 | uim-module-manager --register anthy --path ${datadir}/uim | 128 | uim-module-manager --register anthy --path ${datadir}/uim |
| 129 | fi | 129 | fi |
| @@ -131,7 +131,7 @@ pkg_postinst:uim-anthy() { | |||
| 131 | 131 | ||
| 132 | pkg_prerm:uim-anthy() { | 132 | pkg_prerm:uim-anthy() { |
| 133 | if test -n "$D"; then | 133 | if test -n "$D"; then |
| 134 | ${@oe.qemu.qemu_run_binary(d, '$D', '${bindir}/uim-module-manager')} --path $D${datadir}/uim --unregister anthy | 134 | ${@qemu_run_binary(d, '$D', '${bindir}/uim-module-manager')} --path $D${datadir}/uim --unregister anthy |
| 135 | else | 135 | else |
| 136 | uim-module-manager --path ${datadir}/uim --unregister anthy | 136 | uim-module-manager --path ${datadir}/uim --unregister anthy |
| 137 | fi | 137 | fi |
| @@ -139,7 +139,7 @@ pkg_prerm:uim-anthy() { | |||
| 139 | 139 | ||
| 140 | pkg_postinst:uim-skk() { | 140 | pkg_postinst:uim-skk() { |
| 141 | if test -n "$D"; then | 141 | if test -n "$D"; then |
| 142 | ${@oe.qemu.qemu_run_binary(d, '$D', '${bindir}/uim-module-manager')} --register skk --path $D${datadir}/uim | 142 | ${@qemu_run_binary(d, '$D', '${bindir}/uim-module-manager')} --register skk --path $D${datadir}/uim |
| 143 | else | 143 | else |
| 144 | uim-module-manager --register skk --path ${datadir}/uim | 144 | uim-module-manager --register skk --path ${datadir}/uim |
| 145 | fi | 145 | fi |
| @@ -147,7 +147,7 @@ pkg_postinst:uim-skk() { | |||
| 147 | 147 | ||
| 148 | pkg_postrm:uim-skk() { | 148 | pkg_postrm:uim-skk() { |
| 149 | if test -n "$D"; then | 149 | if test -n "$D"; then |
| 150 | ${@oe.qemu.qemu_run_binary(d, '$D', '${bindir}/uim-module-manager')} --path $D${datadir}/uim --unregister skk | 150 | ${@qemu_run_binary(d, '$D', '${bindir}/uim-module-manager')} --path $D${datadir}/uim --unregister skk |
| 151 | else | 151 | else |
| 152 | uim-module-manager --path ${datadir}/uim --unregister skk | 152 | uim-module-manager --path ${datadir}/uim --unregister skk |
| 153 | fi | 153 | fi |
diff --git a/meta-oe/recipes-support/unixodbc/unixodbc_2.3.12.bb b/meta-oe/recipes-support/unixodbc/unixodbc_2.3.12.bb index ce02535c95..0927f5c904 100644 --- a/meta-oe/recipes-support/unixodbc/unixodbc_2.3.12.bb +++ b/meta-oe/recipes-support/unixodbc/unixodbc_2.3.12.bb | |||
| @@ -18,14 +18,14 @@ SRC_URI[sha256sum] = "f210501445ce21bf607ba51ef8c125e10e22dffdffec377646462df5f0 | |||
| 18 | UPSTREAM_CHECK_URI = "https://www.unixodbc.org/download.html" | 18 | UPSTREAM_CHECK_URI = "https://www.unixodbc.org/download.html" |
| 19 | UPSTREAM_CHECK_REGEX = "unixODBC-(?P<pver>\d+(\.\d+)+)\.tar" | 19 | UPSTREAM_CHECK_REGEX = "unixODBC-(?P<pver>\d+(\.\d+)+)\.tar" |
| 20 | 20 | ||
| 21 | inherit autotools-brokensep multilib_header | 21 | inherit autotools-brokensep multilib_header qemu |
| 22 | 22 | ||
| 23 | S = "${WORKDIR}/unixODBC-${PV}" | 23 | S = "${WORKDIR}/unixODBC-${PV}" |
| 24 | 24 | ||
| 25 | EXTRA_OEMAKE += "LIBS=-lltdl" | 25 | EXTRA_OEMAKE += "LIBS=-lltdl" |
| 26 | EXTRA_OECONF += "--enable-utf8ini" | 26 | EXTRA_OECONF += "--enable-utf8ini" |
| 27 | DEPENDS:append:class-target = "${@' qemu-native' if bb.utils.contains('MACHINE_FEATURES', 'qemu-usermode', True, False, d) else ''}" | 27 | DEPENDS:append:class-target = "${@' qemu-native' if bb.utils.contains('MACHINE_FEATURES', 'qemu-usermode', True, False, d) else ''}" |
| 28 | QEMU_WRAPPER = "${@oe.qemu.qemu_wrapper_cmdline(d, '${STAGING_DIR_HOST}', ['${STAGING_DIR_HOST}/${libdir}','${STAGING_DIR_HOST}/${base_libdir}'])}" | 28 | QEMU_WRAPPER = "${@qemu_wrapper_cmdline(d, '${STAGING_DIR_HOST}', ['${STAGING_DIR_HOST}/${libdir}','${STAGING_DIR_HOST}/${base_libdir}'])}" |
| 29 | 29 | ||
| 30 | do_configure:prepend() { | 30 | do_configure:prepend() { |
| 31 | # old m4 files will cause libtool version don't match | 31 | # old m4 files will cause libtool version don't match |
