diff options
author | Ross Burton <ross.burton@intel.com> | 2014-01-15 17:32:11 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-16 12:05:47 +0000 |
commit | e665db7f0f7204ca3470bb1661ab73800695d3e1 (patch) | |
tree | 68553347d4d83e35572e939d15d680cb54ffdba3 /meta/recipes-core | |
parent | e927fdfb04b181dc5186f9bdb259d2988c8fd318 (diff) | |
download | 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')
-rw-r--r-- | meta/recipes-core/glib-2.0/glib.inc | 4 |
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 c690ba9571..7b471e7fa9 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 += "\ | |||
78 | tzdata-posix \ | 78 | tzdata-posix \ |
79 | python-pygobject \ | 79 | python-pygobject \ |
80 | python-dbus \ | 80 | python-dbus \ |
81 | shared-mime-info \ | ||
81 | " | 82 | " |
82 | 83 | ||
83 | RDEPENDS_${PN}-ptest_append_libc-glibc = "\ | 84 | RDEPENDS_${PN}-ptest_append_libc-glibc = "\ |
@@ -87,6 +88,9 @@ RDEPENDS_${PN}-ptest_append_libc-glibc = "\ | |||
87 | eglibc-charmap-cp1255 \ | 88 | eglibc-charmap-cp1255 \ |
88 | eglibc-gconv-utf-32 \ | 89 | eglibc-gconv-utf-32 \ |
89 | eglibc-gconv-utf-7 \ | 90 | eglibc-gconv-utf-7 \ |
91 | eglibc-gconv-euc-jp \ | ||
92 | eglibc-gconv-iso8859-1 \ | ||
93 | eglibc-gconv-iso8859-15 \ | ||
90 | eglibc-charmap-invariant \ | 94 | eglibc-charmap-invariant \ |
91 | eglibc-localedata-translit-cjk-variants \ | 95 | eglibc-localedata-translit-cjk-variants \ |
92 | " | 96 | " |