summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/eglibc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/eglibc')
-rw-r--r--meta/recipes-core/eglibc/eglibc-locale.inc4
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 @@
1include eglibc-collateral.inc 1include eglibc-collateral.inc
2 2
3BPN = "eglibc" 3BPN = "eglibc"
4LOCALEBASEPN = "eglibc" 4LOCALEBASEPN = "${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
21LOCALE_GENERATION_WITH_CROSS-LOCALEDEF = "1" 21LOCALE_GENERATION_WITH_CROSS-LOCALEDEF = "1"
22 22
23PR = "r22" 23PR = "r23"
24 24
25PROVIDES = "virtual/libc-locale" 25PROVIDES = "virtual/libc-locale"
26 26