diff options
| author | Khem Raj <raj.khem@gmail.com> | 2023-09-25 11:10:17 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-09-27 11:50:34 +0100 |
| commit | 6ba2fcb71fa3e051da263b0b0fe460e9891fc0ed (patch) | |
| tree | a99741cf06b5c62018d9364d74a51753155aaf80 /meta | |
| parent | 68038100084135d11bbafa567f64e604baf2d80c (diff) | |
| download | poky-6ba2fcb71fa3e051da263b0b0fe460e9891fc0ed.tar.gz | |
glib-2.0: Enable possible locales with musl for ptests
(From OE-Core rev: ea2849af1c56ff2d26d6a9458323233111051a38)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.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 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc index c314594d49..5183f37a6e 100644 --- a/meta/recipes-core/glib-2.0/glib.inc +++ b/meta/recipes-core/glib-2.0/glib.inc | |||
| @@ -171,6 +171,12 @@ RDEPENDS:${PN}-ptest += "\ | |||
| 171 | python3-modules \ | 171 | python3-modules \ |
| 172 | ${@bb.utils.contains('GI_DATA_ENABLED', 'True', 'python3-dbusmock', '', d)} \ | 172 | ${@bb.utils.contains('GI_DATA_ENABLED', 'True', 'python3-dbusmock', '', d)} \ |
| 173 | ${PN}-codegen \ | 173 | ${PN}-codegen \ |
| 174 | locale-base-de-de \ | ||
| 175 | locale-base-es-es \ | ||
| 176 | locale-base-en-gb \ | ||
| 177 | locale-base-en-us \ | ||
| 178 | locale-base-fr-fr \ | ||
| 179 | locale-base-ru-ru \ | ||
| 174 | " | 180 | " |
| 175 | 181 | ||
| 176 | RDEPENDS:${PN}-ptest:append:libc-glibc = "\ | 182 | RDEPENDS:${PN}-ptest:append:libc-glibc = "\ |
| @@ -185,18 +191,12 @@ RDEPENDS:${PN}-ptest:append:libc-glibc = "\ | |||
| 185 | glibc-gconv-iso8859-15 \ | 191 | glibc-gconv-iso8859-15 \ |
| 186 | glibc-charmap-invariant \ | 192 | glibc-charmap-invariant \ |
| 187 | glibc-localedata-translit-cjk-variants \ | 193 | glibc-localedata-translit-cjk-variants \ |
| 188 | locale-base-tr-tr \ | ||
| 189 | locale-base-lt-lt \ | 194 | locale-base-lt-lt \ |
| 190 | locale-base-ja-jp.euc-jp \ | 195 | locale-base-ja-jp.euc-jp \ |
| 191 | locale-base-fa-ir \ | 196 | locale-base-fa-ir \ |
| 192 | locale-base-ru-ru \ | ||
| 193 | locale-base-de-de \ | ||
| 194 | locale-base-hr-hr \ | 197 | locale-base-hr-hr \ |
| 195 | locale-base-el-gr \ | 198 | locale-base-el-gr \ |
| 196 | locale-base-fr-fr \ | ||
| 197 | locale-base-es-es \ | ||
| 198 | locale-base-en-gb \ | ||
| 199 | locale-base-en-us \ | ||
| 200 | locale-base-pl-pl \ | 199 | locale-base-pl-pl \ |
| 201 | locale-base-pl-pl.iso-8859-2 \ | 200 | locale-base-pl-pl.iso-8859-2 \ |
| 201 | locale-base-tr-tr \ | ||
| 202 | " | 202 | " |
