summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/eglibc/eglibc-locale.inc
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2012-09-25 13:56:41 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-22 14:59:29 +0100
commit59e3a13604fbf28ed89031e7f107c193b238d7fd (patch)
treee20f589ded9ba3484209ae6b5d10b5ac90363be5 /meta/recipes-core/eglibc/eglibc-locale.inc
parent92b44ec00ed33b72ecf50cd272cc929fac1251dc (diff)
downloadpoky-59e3a13604fbf28ed89031e7f107c193b238d7fd.tar.gz
eglibc: Move perl- and bash-using scripts to separate recipes
This removes the dependency of eglibc.bb itself on perl and bash which, in turn, eliminates the need to build those two recipes if the scripts which need them are not going to be installed. Also provide dummy do_evacuate_scripts() for all variants of eglibc-initial otherwise the nativesdk and multilib variants might crash trying to copy a non-existent mtrace script. (From OE-Core rev: 74b5f8943b2b29c7b3b62be7d81fb2b3a86b9584) Signed-off-by: Phil Blundell <pb@pbcl.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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"