Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] task-core-lsb: Don't pull in eglibc-pic via RDEPENDS
@ 2012-08-14 22:44 Andy Ross
  2012-08-15  7:38 ` Koen Kooi
  2012-08-15 13:51 ` Richard Purdie
  0 siblings, 2 replies; 7+ messages in thread
From: Andy Ross @ 2012-08-14 22:44 UTC (permalink / raw)
  To: openembedded-core

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@windriver.com>
---
 meta/recipes-extended/tasks/task-core-lsb.bb | 1 -
 1 file changed, 1 deletion(-)

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 \
 "
 
-- 
1.7.11.2




^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-08-15 16:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-14 22:44 [PATCH] task-core-lsb: Don't pull in eglibc-pic via RDEPENDS Andy Ross
2012-08-15  7:38 ` Koen Kooi
2012-08-15 15:58   ` Andy Ross
2012-08-15 15:58     ` Andy Ross
2012-08-15 13:51 ` Richard Purdie
2012-08-15 15:37   ` Andy Ross
2012-08-15 15:41     ` Phil Blundell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox