mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
e927fdfb04
commit
e665db7f0f
@@ -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 \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user