[oe-commits] [openembedded-core] 07/08: bluez5: add needed character encoding for ptests

git at git.openembedded.org git at git.openembedded.org
Tue Oct 8 19:55:44 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit c75707bbd24552e72ae2e564c0d6f72823b63b8c
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Tue Oct 8 11:46:04 2019 +0100

    bluez5: add needed character encoding for ptests
    
    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 at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-connectivity/bluez5/bluez5.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc
index 6c79ed0..f582a07 100644
--- a/meta/recipes-connectivity/bluez5/bluez5.inc
+++ b/meta/recipes-connectivity/bluez5/bluez5.inc
@@ -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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list