[OE-core] [PATCH] glib-2.0: add missing libgcc dependency to glib-2.0-ptest

Khem Raj raj.khem at gmail.com
Mon May 20 18:17:27 UTC 2019



On 5/16/19 12:01 PM, Ross Burton wrote:
> The thread tests need libgcc for pthread_cancel to work.
> 
> Signed-off-by: Ross Burton <ross.burton at intel.com>
> ---
>   meta/recipes-core/glib-2.0/glib.inc | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc
> index 9ffc4560a9e..82107a8a188 100644
> --- a/meta/recipes-core/glib-2.0/glib.inc
> +++ b/meta/recipes-core/glib-2.0/glib.inc
> @@ -140,6 +140,7 @@ CODEGEN_PYTHON_RDEPENDS_mingw32 = ""
>   RDEPENDS_${PN}-codegen += "${CODEGEN_PYTHON_RDEPENDS}"
>   
>   RDEPENDS_${PN}-ptest += "\
> +            libgcc \
>               dbus \
>               gnome-desktop-testing \
>               tzdata \
> 

I wonder why shlibs is not detecting this rdep automatically. Is it 
dlopened ?


More information about the Openembedded-core mailing list