1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-07 16:59:22 +00:00

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>
This commit is contained in:
Constantin Musca
2012-12-21 12:45:10 +02:00
committed by Richard Purdie
parent 94516ced8d
commit f92d88d9c2
+2 -2
View 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"