From: Andy Ross Date: Tue, 14 Aug 2012 22:44:22 +0000 (-0700) Subject: task-core-lsb: Don't pull in eglibc-pic via RDEPENDS X-Git-Tag: yocto-4.0~35791 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=79545d068659c943ac9aa925a7da0eee82207b8b;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- diff --git a/meta/recipes-extended/tasks/task-core-lsb.bb b/meta/recipes-extended/tasks/task-core-lsb.bb index 553b89e860d..be9eac2954a 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 \ "