[OE-core] [PATCH 2/6] apr-util: add missing RDEPENDS for ptest
Maxin B. John
maxin.john at intel.com
Wed Nov 18 09:34:35 UTC 2015
testxlate test case fails due to dependency on some character-sets.
Install them.
[YOCTO #8171]
Signed-off-by: Maxin B. John <maxin.john at intel.com>
---
meta/recipes-support/apr/apr-util_1.5.4.bb | 2 ++
1 file changed, 2 insertions(+)
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 a36f13d..37b4c83 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
--
2.4.0
More information about the Openembedded-core
mailing list