]> code.ossystems Code Review - openembedded-core.git/commitdiff
bluez5: add needed character encoding for ptests
authorRoss Burton <ross.burton@intel.com>
Tue, 8 Oct 2019 10:46:04 +0000 (11:46 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 8 Oct 2019 19:54:37 +0000 (20:54 +0100)
The test-gobject-header test suite needs UTF-16 encoding:

test_decode_header_name_ascii:
assertion failed (err == NULL):
Unicode conversion failed:
Conversion from character set ?UTF-16BE? to ?UTF-8? is not supported (g-obex-error-quark, 256)

Add gconv-utf-16 to the bluez5-ptest RDEPENDS.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/bluez5/bluez5.inc

index 6c79ed0606b94fa6f0fac74f0f9c0374b520f0eb..f582a07e22aac0c0913cc0703615010d62bff959 100644 (file)
@@ -155,3 +155,5 @@ do_install_ptest() {
        cp -r ${B}/unit/ ${D}${PTEST_PATH}
        rm -f ${D}${PTEST_PATH}/unit/*.o
 }
+
+RDEPENDS_${PN}-ptest_append_libc-glibc = " glibc-gconv-utf-16"