diff options
author | Roman I Khimov <khimov@altell.ru> | 2009-05-16 21:52:03 +0400 |
---|---|---|
committer | Roman I Khimov <khimov@altell.ru> | 2009-05-17 09:23:59 +0400 |
commit | 2b198cea9ddc51911823f5af12632c138766d024 (patch) | |
tree | c8b2319742f28d145664da9b7167babb68b3fc2b /recipes/glibc | |
parent | 6065fa491c009118ae282ae933215649cccfcd24 (diff) |
(e)glibc-package: enable binary locale generation on x86 and x86_64
Works well for this targets, so we can add that to BINARY_LOCALE_ARCHES
whitelist.
Acked-by: Tom Rini <trini@embeddedalley.com>
Diffstat (limited to 'recipes/glibc')
-rw-r--r-- | recipes/glibc/glibc-package.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/glibc/glibc-package.bbclass b/recipes/glibc/glibc-package.bbclass index 46f809e22b..ac7e0f3670 100644 --- a/recipes/glibc/glibc-package.bbclass +++ b/recipes/glibc/glibc-package.bbclass @@ -24,7 +24,7 @@ python __anonymous () { ENABLE_BINARY_LOCALE_GENERATION ?= "0" # BINARY_LOCALE_ARCHES is a space separated list of regular expressions -BINARY_LOCALE_ARCHES ?= "arm.*" +BINARY_LOCALE_ARCHES ?= "arm.* i[3-6]86 x86_64" # Set this to zero if you don't want ldconfig in the output package USE_LDCONFIG ?= "1" |