diff options
author | Constantin Musca <constantinx.musca@intel.com> | 2012-12-21 12:45:10 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-07 11:09:38 +0000 |
commit | f92d88d9c2e8a761807cbc18d483dde59c0ed231 (patch) | |
tree | 49a64d2d1b4e3d088346878360691af895f84dfc /meta/recipes-core | |
parent | 94516ced8d3685b34978b6e080e78906228040c3 (diff) | |
download | poky-f92d88d9c2e8a761807cbc18d483dde59c0ed231.tar.gz |
eglibc-locale: enable multilib
(From OE-Core rev: e5890474ea6ae44f16e66795aa8e3274ec576aa7)
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/eglibc/eglibc-locale.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/eglibc/eglibc-locale.inc b/meta/recipes-core/eglibc/eglibc-locale.inc index 0381e2630a..d2b23ded59 100644 --- a/meta/recipes-core/eglibc/eglibc-locale.inc +++ b/meta/recipes-core/eglibc/eglibc-locale.inc | |||
@@ -1,7 +1,7 @@ | |||
1 | include eglibc-collateral.inc | 1 | include eglibc-collateral.inc |
2 | 2 | ||
3 | BPN = "eglibc" | 3 | BPN = "eglibc" |
4 | LOCALEBASEPN = "eglibc" | 4 | LOCALEBASEPN = "${MLPREFIX}eglibc" |
5 | 5 | ||
6 | # Binary locales are generated at build time if ENABLE_BINARY_LOCALE_GENERATION | 6 | # Binary locales are generated at build time if ENABLE_BINARY_LOCALE_GENERATION |
7 | # is set. The idea is to avoid running localedef on the target (at first boot) | 7 | # is set. The idea is to avoid running localedef on the target (at first boot) |
@@ -20,7 +20,7 @@ BINARY_LOCALE_ARCHES ?= "arm.* i[3-6]86 x86_64 powerpc mips mips64" | |||
20 | # set "0" for qemu emulation of native localedef for locale generation | 20 | # set "0" for qemu emulation of native localedef for locale generation |
21 | LOCALE_GENERATION_WITH_CROSS-LOCALEDEF = "1" | 21 | LOCALE_GENERATION_WITH_CROSS-LOCALEDEF = "1" |
22 | 22 | ||
23 | PR = "r22" | 23 | PR = "r23" |
24 | 24 | ||
25 | PROVIDES = "virtual/libc-locale" | 25 | PROVIDES = "virtual/libc-locale" |
26 | 26 | ||