diff options
author | Kai Kang <kai.kang@windriver.com> | 2014-12-18 16:51:01 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-23 10:18:17 +0000 |
commit | c4c7d863e4dff845b5501375e60b078bd904e270 (patch) | |
tree | c978f59cea5adac785ddcbf2db2fcaf5a876acbb | |
parent | 275504e44fee1b3a3dc7d365aafc78f3add7b55b (diff) | |
download | poky-c4c7d863e4dff845b5501375e60b078bd904e270.tar.gz |
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.
(From OE-Core rev: 6ff3cdcaf1585c5ac99803e54baacdf850e0dc39)
Signed-off-by: Kai Kang <kai.kang@windriver.com>
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 d472605842..df6d073436 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" | |||
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 |
26 | BINARY_LOCALE_ARCHES ?= "arm.* i[3-6]86 x86_64 powerpc mips mips64" | 26 | BINARY_LOCALE_ARCHES ?= "arm.* aarch64 i[3-6]86 x86_64 powerpc mips mips64" |
27 | 27 | ||
28 | # set "1" to use cross-localedef for locale generation | 28 | # set "1" to use cross-localedef for locale generation |
29 | # set "0" for qemu emulation of native localedef for locale generation | 29 | # set "0" for qemu emulation of native localedef for locale generation |