diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2011-08-08 09:56:40 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-08 14:43:45 +0100 |
commit | ca394457c5d7b2cb4544de7ce2d29008ec6173ae (patch) | |
tree | 53d9864e4889a65aba81d11536b3f2a4a272670a | |
parent | 4ae834e747e8ad933351a1ffd1bb556da4dfbee1 (diff) | |
download | poky-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>
-rw-r--r-- | meta/recipes-core/eglibc/eglibc.inc | 2 |
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}"" | |||
41 | EXTRA_OEMAKE += ${EGLIBCPARALLELISM} | 41 | EXTRA_OEMAKE += ${EGLIBCPARALLELISM} |
42 | PARALLEL_MAKE = "" | 42 | PARALLEL_MAKE = "" |
43 | 43 | ||
44 | PACKAGES = "glibc catchsegv sln nscd ldd glibc-utils glibc-dev glibc-doc libsegfault glibc-extra-nss glibc-thread-db glibc-pcprofile" | ||
45 | |||
46 | OE_FEATURES = "${@features_to_eglibc_settings(d)}" | 44 | OE_FEATURES = "${@features_to_eglibc_settings(d)}" |
47 | do_configure_prepend() { | 45 | do_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 |