[oe-commits] Andy Ross : task-core-lsb: Don't pull in eglibc-pic via RDEPENDS

git at git.openembedded.org git at git.openembedded.org
Sat Aug 25 13:52:23 UTC 2012


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

Author: Andy Ross <andy.ross at windriver.com>
Date:   Tue Aug 14 15:44:22 2012 -0700

task-core-lsb: Don't pull in eglibc-pic via RDEPENDS

The task-core-lsb-runtime-add subpackage includes eglibc-pic as an
RDEPEND.  That's incorrect, eglibc-pic is nothing but 22MB of static
libraries and should never appear as a runtime dependency.

Signed-off-by: Andy Ross <andy.ross at windriver.com>

---

 meta/recipes-extended/tasks/task-core-lsb.bb |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-extended/tasks/task-core-lsb.bb b/meta/recipes-extended/tasks/task-core-lsb.bb
index 553b89e..be9eac2 100644
--- a/meta/recipes-extended/tasks/task-core-lsb.bb
+++ b/meta/recipes-extended/tasks/task-core-lsb.bb
@@ -194,7 +194,6 @@ RDEPENDS_task-core-lsb-runtime-add = "\
     eglibc-localedata-posix \
     eglibc-extra-nss \
     eglibc-pcprofile \
-    eglibc-pic \
     eglibc-utils \
 "
 





More information about the Openembedded-commits mailing list