summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glib-2.0
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2014-01-15 17:32:11 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-16 12:05:47 +0000
commite665db7f0f7204ca3470bb1661ab73800695d3e1 (patch)
tree68553347d4d83e35572e939d15d680cb54ffdba3 /meta/recipes-core/glib-2.0
parente927fdfb04b181dc5186f9bdb259d2988c8fd318 (diff)
downloadast2050-yocto-poky-e665db7f0f7204ca3470bb1661ab73800695d3e1.zip
ast2050-yocto-poky-e665db7f0f7204ca3470bb1661ab73800695d3e1.tar.gz
glib: add missing dependencies for ptest
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 ] (From OE-Core rev: 7b6316093ab28782edd45084d43dbd5c309be7c8) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glib-2.0')
-rw-r--r--meta/recipes-core/glib-2.0/glib.inc4
1 files changed, 4 insertions, 0 deletions
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 \
"
OpenPOWER on IntegriCloud