diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-04-12 23:04:17 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-04-14 08:38:44 -0700 |
| commit | c98d258b3bada0f4b3beaa10206bfb2a52e2ae7d (patch) | |
| tree | c8a461b4b502bfb41441166e4c31d53794275db1 /meta-oe | |
| parent | 35b117066f32e7702ece6ff9821b65dacf561a58 (diff) | |
| download | meta-openembedded-c98d258b3bada0f4b3beaa10206bfb2a52e2ae7d.tar.gz | |
unixodbc: Enable UTF8 init
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-support/unixodbc/unixodbc_2.3.12.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 ccdd666408..7819387c39 100644 --- a/meta-oe/recipes-support/unixodbc/unixodbc_2.3.12.bb +++ b/meta-oe/recipes-support/unixodbc/unixodbc_2.3.12.bb | |||
| @@ -21,7 +21,7 @@ inherit autotools-brokensep multilib_header qemu | |||
| 21 | S = "${WORKDIR}/unixODBC-${PV}" | 21 | S = "${WORKDIR}/unixODBC-${PV}" |
| 22 | 22 | ||
| 23 | EXTRA_OEMAKE += "LIBS=-lltdl" | 23 | EXTRA_OEMAKE += "LIBS=-lltdl" |
| 24 | 24 | EXTRA_OECONF += "--enable-utf8ini" | |
| 25 | DEPENDS:append:class-target = "${@' qemu-native' if bb.utils.contains('MACHINE_FEATURES', 'qemu-usermode', True, False, d) else ''}" | 25 | DEPENDS:append:class-target = "${@' qemu-native' if bb.utils.contains('MACHINE_FEATURES', 'qemu-usermode', True, False, d) else ''}" |
| 26 | QEMU_WRAPPER = "${@qemu_wrapper_cmdline(d, '${STAGING_DIR_HOST}', ['${STAGING_DIR_HOST}/${libdir}','${STAGING_DIR_HOST}/${base_libdir}'])}" | 26 | QEMU_WRAPPER = "${@qemu_wrapper_cmdline(d, '${STAGING_DIR_HOST}', ['${STAGING_DIR_HOST}/${libdir}','${STAGING_DIR_HOST}/${base_libdir}'])}" |
| 27 | 27 | ||
