From: Ross Burton Date: Thu, 16 May 2019 19:01:05 +0000 (-0700) Subject: glib-2.0: add missing libgcc dependency to glib-2.0-ptest X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~14483 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0563003fea0ff432e61f7361fa8c1524ffbc925a;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git glib-2.0: add missing libgcc dependency to glib-2.0-ptest The thread tests need libgcc for pthread_cancel to work. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- 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 \