summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/eglibc
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2011-08-08 09:56:40 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-08 14:43:45 +0100
commitca394457c5d7b2cb4544de7ce2d29008ec6173ae (patch)
tree53d9864e4889a65aba81d11536b3f2a4a272670a /meta/recipes-core/eglibc
parent4ae834e747e8ad933351a1ffd1bb556da4dfbee1 (diff)
downloadpoky-ca394457c5d7b2cb4544de7ce2d29008ec6173ae.tar.gz
eglibc: remove PACKAGES from eglibc.inc
* PACKAGES were defined in eglibc.inc as well as eglibc-package.inc, definition from eglibc.inc was overriden from recipes including eglibc.inc only (From OE-Core rev: ae97ce68a739dfcf6e7de3feda444b1466503588) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/eglibc')
-rw-r--r--meta/recipes-core/eglibc/eglibc.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-core/eglibc/eglibc.inc b/meta/recipes-core/eglibc/eglibc.inc
index 1b2e630172..0f97f82404 100644
--- a/meta/recipes-core/eglibc/eglibc.inc
+++ b/meta/recipes-core/eglibc/eglibc.inc
@@ -41,8 +41,6 @@ EGLIBCPARALLELISM := "PARALLELMFLAGS="${PARALLEL_MAKE}""
41EXTRA_OEMAKE += ${EGLIBCPARALLELISM} 41EXTRA_OEMAKE += ${EGLIBCPARALLELISM}
42PARALLEL_MAKE = "" 42PARALLEL_MAKE = ""
43 43
44PACKAGES = "glibc catchsegv sln nscd ldd glibc-utils glibc-dev glibc-doc libsegfault glibc-extra-nss glibc-thread-db glibc-pcprofile"
45
46OE_FEATURES = "${@features_to_eglibc_settings(d)}" 44OE_FEATURES = "${@features_to_eglibc_settings(d)}"
47do_configure_prepend() { 45do_configure_prepend() {
48 sed -e "s#@BASH@#/bin/sh#" -i ${S}/elf/ldd.bash.in 46 sed -e "s#@BASH@#/bin/sh#" -i ${S}/elf/ldd.bash.in