[oe-commits] [openembedded-core] 14/15: glibc-locale: Enable binary locale generation for nativesdk-glibc

git at git.openembedded.org git at git.openembedded.org
Sat May 21 11:06:02 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit b44ba875c18e7d115a47e88f253c5634da670ed8
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Sat May 21 11:53:08 2016 +0100

    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 at linuxfoundation.org>
---
 meta/recipes-core/glibc/glibc-locale.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/glibc/glibc-locale.inc b/meta/recipes-core/glibc/glibc-locale.inc
index e868e38..0a7adfc 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list