]> code.ossystems Code Review - openembedded-core.git/commitdiff
eglibc-locale: enable multilib
authorConstantin Musca <constantinx.musca@intel.com>
Fri, 21 Dec 2012 10:45:10 +0000 (12:45 +0200)
committerSaul Wold <sgw@linux.intel.com>
Sat, 5 Jan 2013 06:01:21 +0000 (22:01 -0800)
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-core/eglibc/eglibc-locale.inc

index 0381e2630aad0e201b5db5385e725d8e2d404ae9..d2b23ded599c8a81427175efd1c97b6439464bc3 100644 (file)
@@ -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"