[OE-core] [PATCH] glib: add missing dependencies for ptest

Ross Burton ross.burton at intel.com
Wed Jan 15 17:32:11 UTC 2014


Some of the GLib tests that we run under ptest are missing runtime dependencies.

iochannel-test needs the EUC-JP encoding.

convert needs the ISO-8859-1 and ISO-8859-15 encodings.

contenttype needs shared-mime-info.

Add these to the RDEPENDS so that these tests pass.

[ YOCTO #5696 ]

Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-core/glib-2.0/glib.inc |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc
index c690ba9..7b471e7 100644
--- a/meta/recipes-core/glib-2.0/glib.inc
+++ b/meta/recipes-core/glib-2.0/glib.inc
@@ -78,6 +78,7 @@ RDEPENDS_${PN}-ptest += "\
             tzdata-posix \
             python-pygobject \
             python-dbus \
+            shared-mime-info \
            "
 
 RDEPENDS_${PN}-ptest_append_libc-glibc = "\
@@ -87,6 +88,9 @@ RDEPENDS_${PN}-ptest_append_libc-glibc = "\
             eglibc-charmap-cp1255 \
             eglibc-gconv-utf-32 \
             eglibc-gconv-utf-7 \
+            eglibc-gconv-euc-jp \
+            eglibc-gconv-iso8859-1 \
+            eglibc-gconv-iso8859-15 \
             eglibc-charmap-invariant \
             eglibc-localedata-translit-cjk-variants \
            "
-- 
1.7.10.4




More information about the Openembedded-core mailing list