From: Maxin B. John Date: Wed, 18 Nov 2015 09:34:35 +0000 (+0200) Subject: apr-util: add missing RDEPENDS for ptest X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~28233 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=814b7589ea857806db7e3d2a09cf5f52df5afd76;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git apr-util: add missing RDEPENDS for ptest testxlate test case fails due to dependency on some character-sets. Install them. [YOCTO #8171] Signed-off-by: Maxin B. John Signed-off-by: Ross Burton --- diff --git a/meta/recipes-support/apr/apr-util_1.5.4.bb b/meta/recipes-support/apr/apr-util_1.5.4.bb index a36f13db544..37b4c837a73 100644 --- a/meta/recipes-support/apr/apr-util_1.5.4.bb +++ b/meta/recipes-support/apr/apr-util_1.5.4.bb @@ -73,6 +73,8 @@ FILES_${PN}-staticdev += "${libdir}/apr-util-1/apr_dbm_gdbm.a" inherit ptest +RDEPENDS_${PN}-ptest_append_libc-glibc = " glibc-gconv-iso8859-1 glibc-gconv-iso8859-2 glibc-gconv-utf-7" + do_compile_ptest() { cd ${B}/test oe_runmake