mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +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:
committed by
Richard Purdie
parent
94516ced8d
commit
f92d88d9c2
@@ -1,7 +1,7 @@
|
|||||||
include eglibc-collateral.inc
|
include eglibc-collateral.inc
|
||||||
|
|
||||||
BPN = "eglibc"
|
BPN = "eglibc"
|
||||||
LOCALEBASEPN = "eglibc"
|
LOCALEBASEPN = "${MLPREFIX}eglibc"
|
||||||
|
|
||||||
# Binary locales are generated at build time if ENABLE_BINARY_LOCALE_GENERATION
|
# 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)
|
# 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
|
# set "0" for qemu emulation of native localedef for locale generation
|
||||||
LOCALE_GENERATION_WITH_CROSS-LOCALEDEF = "1"
|
LOCALE_GENERATION_WITH_CROSS-LOCALEDEF = "1"
|
||||||
|
|
||||||
PR = "r22"
|
PR = "r23"
|
||||||
|
|
||||||
PROVIDES = "virtual/libc-locale"
|
PROVIDES = "virtual/libc-locale"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user