mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
6117379d81
commit
ef81059808
@@ -194,7 +194,6 @@ RDEPENDS_task-core-lsb-runtime-add = "\
|
||||
eglibc-localedata-posix \
|
||||
eglibc-extra-nss \
|
||||
eglibc-pcprofile \
|
||||
eglibc-pic \
|
||||
eglibc-utils \
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user