diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-21 11:53:08 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-21 22:24:56 +0100 |
commit | 6b3ac016d3a3924f5b8d2fb925257fef815f038a (patch) | |
tree | 62dafeb2f77dc29f452afe307d171cc9efb7e1fe /meta/recipes-core/glibc | |
parent | 72fb52eb12ce45e535eb057b7daabf05cc6371cd (diff) | |
download | poky-6b3ac016d3a3924f5b8d2fb925257fef815f038a.tar.gz |
glibc-locale: Enable binary locale generation for nativesdk-glibc
python3 has much stricter locale requirements than previous versions.
If a locale isn't present, python3 reverts to ascii mode under which
bit
bake can't operate.
We therefore need working binary locales in things like uninative-tarball and buildtools-tarball. This patch enables binary locales for nativesdk-glibc.
(From OE-Core rev: 6993d18062bcc20713dd39399bd7cb3623853c75)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glibc')
-rw-r--r-- | meta/recipes-core/glibc/glibc-locale.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/glibc/glibc-locale.inc b/meta/recipes-core/glibc/glibc-locale.inc index e868e38a97..0a7adfcc83 100644 --- a/meta/recipes-core/glibc/glibc-locale.inc +++ b/meta/recipes-core/glibc/glibc-locale.inc | |||
@@ -19,7 +19,7 @@ do_package[depends] += "${BINUTILSDEP}" | |||
19 | 19 | ||
20 | # default to disabled | 20 | # default to disabled |
21 | ENABLE_BINARY_LOCALE_GENERATION ?= "0" | 21 | ENABLE_BINARY_LOCALE_GENERATION ?= "0" |
22 | ENABLE_BINARY_LOCALE_GENERATION_pn-nativesdk-glibc-locale = "0" | 22 | ENABLE_BINARY_LOCALE_GENERATION_pn-nativesdk-glibc-locale = "1" |
23 | 23 | ||
24 | #enable locale generation on these arches | 24 | #enable locale generation on these arches |
25 | # BINARY_LOCALE_ARCHES is a space separated list of regular expressions | 25 | # BINARY_LOCALE_ARCHES is a space separated list of regular expressions |