diff options
author | Ross Burton <ross.burton@intel.com> | 2019-05-10 11:59:39 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-12 17:55:11 +0100 |
commit | 310eaf405f2fbd722d01ee29374de0b32a258176 (patch) | |
tree | cc1dd7cc18d30e49b40f998ce66149138a742f01 /meta | |
parent | c90507824c2d3e7db90c41ae5ba5a568ae95c2cd (diff) | |
download | poky-310eaf405f2fbd722d01ee29374de0b32a258176.tar.gz |
glib-2.0: add missing locales for the tests
Some tests are either failing or skipping due to missing locales.
(From OE-Core rev: a7e57e44fefcbc7ca377e310bb295c34faa6874d)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/glib-2.0/glib.inc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc index 69bcd0dd1d..9ffc4560a9 100644 --- a/meta/recipes-core/glib-2.0/glib.inc +++ b/meta/recipes-core/glib-2.0/glib.inc | |||
@@ -148,6 +148,14 @@ RDEPENDS_${PN}-ptest += "\ | |||
148 | tzdata-europe \ | 148 | tzdata-europe \ |
149 | tzdata-posix \ | 149 | tzdata-posix \ |
150 | shared-mime-info \ | 150 | shared-mime-info \ |
151 | ${PN}-locale-ja \ | ||
152 | ${PN}-locale-fr \ | ||
153 | ${PN}-locale-el \ | ||
154 | ${PN}-locale-hr \ | ||
155 | ${PN}-locale-lt \ | ||
156 | ${PN}-locale-pl \ | ||
157 | ${PN}-locale-ru \ | ||
158 | ${PN}-locale-th \ | ||
151 | " | 159 | " |
152 | 160 | ||
153 | RDEPENDS_${PN}-ptest_append_libc-glibc = "\ | 161 | RDEPENDS_${PN}-ptest_append_libc-glibc = "\ |
@@ -173,5 +181,7 @@ RDEPENDS_${PN}-ptest_append_libc-glibc = "\ | |||
173 | locale-base-fr-fr \ | 181 | locale-base-fr-fr \ |
174 | locale-base-es-es \ | 182 | locale-base-es-es \ |
175 | locale-base-en-gb \ | 183 | locale-base-en-gb \ |
184 | locale-base-en-us \ | ||
176 | locale-base-pl-pl \ | 185 | locale-base-pl-pl \ |
186 | locale-base-pl-pl.iso-8859-2 \ | ||
177 | " | 187 | " |