[OE-core] [PATCH] tclibc-eglibc: use glibc-thread-db as eglibc-thread-db does not exist(?)

Richard Purdie richard.purdie at linuxfoundation.org
Tue Feb 12 16:30:04 UTC 2013


On Tue, 2013-02-12 at 15:25 +0100, Marcin Juszkiewicz wrote:
> | Collected errors:
> |  * satisfy_dependencies_for: Cannot satisfy the following dependencies for packagegroup-core-standalone-hhvm-sdk-target:
> |  *    eglibc-thread-db *
> 
> eglibc-thread-db is listed in LIBC_DEPENDENCIES and used by SDK. Package
> ends as "libthread-db1" and provides glibc-thread-db.
> 
> Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz at linaro.org>
> ---
>  meta/conf/distro/include/tclibc-eglibc.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Package renaming should take care of this. If it doesn't happen, that is
a bug in the package renaming. This just hacks around it.

How do we reproduce this?

Cheers,

Richard

> diff --git a/meta/conf/distro/include/tclibc-eglibc.inc b/meta/conf/distro/include/tclibc-eglibc.inc
> index 15f5ee5..88bfd40 100644
> --- a/meta/conf/distro/include/tclibc-eglibc.inc
> +++ b/meta/conf/distro/include/tclibc-eglibc.inc
> @@ -23,7 +23,7 @@ LIBC_DEPENDENCIES = "libsegfault \
>  		     eglibc-dbg \
>  		     eglibc-dev \
>  		     eglibc-utils \
> -		     eglibc-thread-db \
> +		     glibc-thread-db \
>  		     ${@get_libc_locales_dependencies(d)}"
>  
>  LIBC_LOCALE_DEPENDENCIES = "\






More information about the Openembedded-core mailing list