]> code.ossystems Code Review - openembedded-core.git/commitdiff
glib-2.0: add missing locales for the tests
authorRoss Burton <ross.burton@intel.com>
Fri, 10 May 2019 10:59:39 +0000 (11:59 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 12 May 2019 13:17:51 +0000 (14:17 +0100)
Some tests are either failing or skipping due to missing locales.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/glib-2.0/glib.inc

index 69bcd0dd1d0222982d6a93c18a635ecb927d6c3c..9ffc4560a9e9b504f601144b71fa5c47276b85c6 100644 (file)
@@ -148,6 +148,14 @@ RDEPENDS_${PN}-ptest += "\
             tzdata-europe \
             tzdata-posix \
             shared-mime-info \
+            ${PN}-locale-ja \
+            ${PN}-locale-fr \
+            ${PN}-locale-el \
+            ${PN}-locale-hr \
+            ${PN}-locale-lt \
+            ${PN}-locale-pl \
+            ${PN}-locale-ru \
+            ${PN}-locale-th \
            "
 
 RDEPENDS_${PN}-ptest_append_libc-glibc = "\
@@ -173,5 +181,7 @@ RDEPENDS_${PN}-ptest_append_libc-glibc = "\
             locale-base-fr-fr \
             locale-base-es-es \
             locale-base-en-gb \
+            locale-base-en-us \
             locale-base-pl-pl \
+            locale-base-pl-pl.iso-8859-2 \
            "