diff options
author | Andy Ross <andy.ross@windriver.com> | 2012-08-14 15:44:22 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-25 14:41:53 +0100 |
commit | 79545d068659c943ac9aa925a7da0eee82207b8b (patch) | |
tree | 9fc17e085b95f7892280f3d4d1bea6a96370890e | |
parent | 149b8bebe21ebf2f126d3ab2a21c036c556a63c7 (diff) | |
download | openembedded-core-79545d068659c943ac9aa925a7da0eee82207b8b.tar.gz openembedded-core-79545d068659c943ac9aa925a7da0eee82207b8b.tar.bz2 openembedded-core-79545d068659c943ac9aa925a7da0eee82207b8b.zip |
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@windriver.com>
-rw-r--r-- | 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 553b89e860..be9eac2954 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 \ " |