summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/eglibc/eglibc-locale.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/eglibc/eglibc-locale.inc')
-rw-r--r--meta/recipes-core/eglibc/eglibc-locale.inc11
1 files changed, 1 insertions, 10 deletions
diff --git a/meta/recipes-core/eglibc/eglibc-locale.inc b/meta/recipes-core/eglibc/eglibc-locale.inc
index 16ace66502..0381e2630a 100644
--- a/meta/recipes-core/eglibc/eglibc-locale.inc
+++ b/meta/recipes-core/eglibc/eglibc-locale.inc
@@ -1,15 +1,8 @@
1INHIBIT_DEFAULT_DEPS = "1" 1include eglibc-collateral.inc
2LICENSE = "GPLv2 & LGPLv2.1"
3 2
4BPN = "eglibc" 3BPN = "eglibc"
5LOCALEBASEPN = "eglibc" 4LOCALEBASEPN = "eglibc"
6 5
7do_fetch[noexec] = "1"
8do_unpack[noexec] = "1"
9do_patch[noexec] = "1"
10do_configure[noexec] = "1"
11do_compile[noexec] = "1"
12
13# 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
14# 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)
15# to decrease initial boot time and avoid localedef being killed by the OOM 8# to decrease initial boot time and avoid localedef being killed by the OOM
@@ -90,6 +83,4 @@ do_install () {
90 83
91inherit libc-package 84inherit libc-package
92 85
93do_install[depends] += "virtual/${MLPREFIX}libc:do_populate_sysroot"
94
95BBCLASSEXTEND = "nativesdk" 86BBCLASSEXTEND = "nativesdk"