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:00:08 +0100 |
commit | ae97ce68a739dfcf6e7de3feda444b1466503588 (patch) | |
tree | b2ce5a19261cafc6ac0a1a6f4055770f25e65f47 /meta | |
parent | 844b2db35ba5b2e263960aa79dee0d4eb2db3f2e (diff) | |
download | openembedded-core-ae97ce68a739dfcf6e7de3feda444b1466503588.tar.gz openembedded-core-ae97ce68a739dfcf6e7de3feda444b1466503588.tar.bz2 openembedded-core-ae97ce68a739dfcf6e7de3feda444b1466503588.zip |
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
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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}"" EXTRA_OEMAKE += ${EGLIBCPARALLELISM} PARALLEL_MAKE = "" -PACKAGES = "glibc catchsegv sln nscd ldd glibc-utils glibc-dev glibc-doc libsegfault glibc-extra-nss glibc-thread-db glibc-pcprofile" - OE_FEATURES = "${@features_to_eglibc_settings(d)}" do_configure_prepend() { sed -e "s#@BASH@#/bin/sh#" -i ${S}/elf/ldd.bash.in |