mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
unixodbc: Enable UTF8 init
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -21,7 +21,7 @@ inherit autotools-brokensep multilib_header qemu
|
||||
S = "${WORKDIR}/unixODBC-${PV}"
|
||||
|
||||
EXTRA_OEMAKE += "LIBS=-lltdl"
|
||||
|
||||
EXTRA_OECONF += "--enable-utf8ini"
|
||||
DEPENDS:append:class-target = "${@' qemu-native' if bb.utils.contains('MACHINE_FEATURES', 'qemu-usermode', True, False, d) else ''}"
|
||||
QEMU_WRAPPER = "${@qemu_wrapper_cmdline(d, '${STAGING_DIR_HOST}', ['${STAGING_DIR_HOST}/${libdir}','${STAGING_DIR_HOST}/${base_libdir}'])}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user