diff options
author | Ross Burton <ross.burton@intel.com> | 2018-10-09 12:00:19 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-10-10 17:59:09 +0100 |
commit | 2da0701a837fc4e91acb5d97a330ea7f446533d4 (patch) | |
tree | 15069e83a64288c9a00ca27427ea8dbe8467d460 /meta/recipes-core/glib-2.0 | |
parent | b31bfbcf0512585810dbd551ea69f036adcb3cdc (diff) | |
download | poky-2da0701a837fc4e91acb5d97a330ea7f446533d4.tar.gz |
glib-2.0: add missing locale dependencies to PN-ptest
The test suite skips several tests if the required locales are not found, so add
them as dependencies of glib-2.0-ptest.
(From OE-Core rev: b9317997bd4527b7873eb4f903cc4890b5b3580f)
(From OE-Core rev: f1c122fdc14624a659f8d4b07e1ff1f21e472e50)
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.inc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc index ad4f2aebd7..92dcf997c0 100644 --- a/meta/recipes-core/glib-2.0/glib.inc +++ b/meta/recipes-core/glib-2.0/glib.inc | |||
@@ -140,6 +140,8 @@ RDEPENDS_${PN}-ptest += "\ | |||
140 | shared-mime-info \ | 140 | shared-mime-info \ |
141 | " | 141 | " |
142 | 142 | ||
143 | # When https://gitlab.gnome.org/GNOME/glib/issues/1343 is | ||
144 | # fixed add locale-base-pl-pl | ||
143 | RDEPENDS_${PN}-ptest_append_libc-glibc = "\ | 145 | RDEPENDS_${PN}-ptest_append_libc-glibc = "\ |
144 | glibc-gconv-utf-16 \ | 146 | glibc-gconv-utf-16 \ |
145 | glibc-charmap-utf-8 \ | 147 | glibc-charmap-utf-8 \ |
@@ -152,6 +154,18 @@ RDEPENDS_${PN}-ptest_append_libc-glibc = "\ | |||
152 | glibc-gconv-iso8859-15 \ | 154 | glibc-gconv-iso8859-15 \ |
153 | glibc-charmap-invariant \ | 155 | glibc-charmap-invariant \ |
154 | glibc-localedata-translit-cjk-variants \ | 156 | glibc-localedata-translit-cjk-variants \ |
157 | locale-base-tr-tr \ | ||
158 | locale-base-lt-lt \ | ||
159 | locale-base-ja-jp.euc-jp \ | ||
160 | locale-base-fa-ir \ | ||
161 | locale-base-ru-ru \ | ||
162 | locale-base-de-de \ | ||
163 | locale-base-hr-hr \ | ||
164 | locale-base-el-gr \ | ||
165 | locale-base-fr-fr \ | ||
166 | locale-base-fr-fr \ | ||
167 | locale-base-es-es \ | ||
168 | locale-base-en-gb \ | ||
155 | " | 169 | " |
156 | 170 | ||
157 | INSANE_SKIP_${PN}-ptest += "libdir" | 171 | INSANE_SKIP_${PN}-ptest += "libdir" |