[oe-commits] Martin Jansa : eglibc: remove PACKAGES from eglibc.inc

git version control git at git.openembedded.org
Mon Aug 8 13:01:32 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: ae97ce68a739dfcf6e7de3feda444b1466503588
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=ae97ce68a739dfcf6e7de3feda444b1466503588

Author: Martin Jansa <martin.jansa at gmail.com>
Date:   Mon Aug  8 09:56:40 2011 +0200

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 at gmail.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 1b2e630..0f97f82 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





More information about the Openembedded-commits mailing list