[OE-core] [PATCH] task-core-lsb: Don't pull in eglibc-pic via RDEPENDS

Richard Purdie richard.purdie at linuxfoundation.org
Wed Aug 15 13:51:14 UTC 2012


On Tue, 2012-08-14 at 15:44 -0700, Andy Ross wrote:
> 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 at 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 \
>  "

Are files in that package required in order to pass LSB tests?

I'm fine with removing it if it isn't required but I would like that
confirmation before we merge this.

Cheers,

Richard





More information about the Openembedded-core mailing list