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:21:31 +0100 |
commit | 6993d18062bcc20713dd39399bd7cb3623853c75 (patch) | |
tree | 07f56eeee562266cd7474fbb74bb4b5b671f179f | |
parent | b06d9ad6c235584f3cb12244bc5437ca7977a0c8 (diff) | |
download | openembedded-core-contrib-6993d18062bcc20713dd39399bd7cb3623853c75.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.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 e868e38a979..0a7adfcc83c 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}" # default to disabled ENABLE_BINARY_LOCALE_GENERATION ?= "0" -ENABLE_BINARY_LOCALE_GENERATION_pn-nativesdk-glibc-locale = "0" +ENABLE_BINARY_LOCALE_GENERATION_pn-nativesdk-glibc-locale = "1" #enable locale generation on these arches # BINARY_LOCALE_ARCHES is a space separated list of regular expressions |