[oe-commits] Kai Kang : glibc-locale.inc: add aarch64 to BINARY_LOCALE_ARCHES

git at git.openembedded.org git at git.openembedded.org
Mon Dec 22 10:16:55 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 6ff3cdcaf1585c5ac99803e54baacdf850e0dc39
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=6ff3cdcaf1585c5ac99803e54baacdf850e0dc39

Author: Kai Kang <kai.kang at windriver.com>
Date:   Thu Dec 18 16:51:01 2014 +0800

glibc-locale.inc: add aarch64 to BINARY_LOCALE_ARCHES

Add aarch64 to var BINARY_LOCALE_ARCHES. In libc-packages.class, it is
used to work with other vars to check and add cross-localedef-native as
a dependecy correctly.

Signed-off-by: Kai Kang <kai.kang at windriver.com>
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 d472605..df6d073 100644
--- a/meta/recipes-core/glibc/glibc-locale.inc
+++ b/meta/recipes-core/glibc/glibc-locale.inc
@@ -23,7 +23,7 @@ ENABLE_BINARY_LOCALE_GENERATION_pn-nativesdk-glibc-locale = "0"
 
 #enable locale generation on these arches
 # BINARY_LOCALE_ARCHES is a space separated list of regular expressions
-BINARY_LOCALE_ARCHES ?= "arm.* i[3-6]86 x86_64 powerpc mips mips64"
+BINARY_LOCALE_ARCHES ?= "arm.* aarch64 i[3-6]86 x86_64 powerpc mips mips64"
 
 # set "1" to use cross-localedef for locale generation
 # set "0" for qemu emulation of native localedef for locale generation



More information about the Openembedded-commits mailing list