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:46:56 +0100 |
commit | ef81059808e2f642a660b6d30d8c03448f16d445 (patch) | |
tree | db182b0bbdc33a25b2df0d2d98f097405438dfe4 /meta/recipes-extended | |
parent | 6117379d8197cfc4f51af987108740420c0ddd9e (diff) | |
download | poky-ef81059808e2f642a660b6d30d8c03448f16d445.tar.gz |
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.
(From OE-Core rev: 79545d068659c943ac9aa925a7da0eee82207b8b)
Signed-off-by: Andy Ross <andy.ross@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-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 = "\ | |||
194 | eglibc-localedata-posix \ | 194 | eglibc-localedata-posix \ |
195 | eglibc-extra-nss \ | 195 | eglibc-extra-nss \ |
196 | eglibc-pcprofile \ | 196 | eglibc-pcprofile \ |
197 | eglibc-pic \ | ||
198 | eglibc-utils \ | 197 | eglibc-utils \ |
199 | " | 198 | " |
200 | 199 | ||