diff options
author | Constantin Musca <constantinx.musca@intel.com> | 2012-12-21 12:45:10 +0200 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2013-01-04 22:01:21 -0800 |
commit | e5890474ea6ae44f16e66795aa8e3274ec576aa7 (patch) | |
tree | 28a78ee5f5a2c1fa4128c71b4a2d4e00affbefa0 /meta | |
parent | 855d64a3091c5358e2e1a7f4247929515b068708 (diff) | |
download | openembedded-core-e5890474ea6ae44f16e66795aa8e3274ec576aa7.tar.gz openembedded-core-e5890474ea6ae44f16e66795aa8e3274ec576aa7.tar.bz2 openembedded-core-e5890474ea6ae44f16e66795aa8e3274ec576aa7.zip |
eglibc-locale: enable multilib
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta')
-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 @@ include eglibc-collateral.inc BPN = "eglibc" -LOCALEBASEPN = "eglibc" +LOCALEBASEPN = "${MLPREFIX}eglibc" # Binary locales are generated at build time if ENABLE_BINARY_LOCALE_GENERATION # 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" # set "0" for qemu emulation of native localedef for locale generation LOCALE_GENERATION_WITH_CROSS-LOCALEDEF = "1" -PR = "r22" +PR = "r23" PROVIDES = "virtual/libc-locale" |