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-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3301846b009818f3d2150ae045dd6878f1f8c586;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 Signed-off-by: Armin Kuster --- diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc index 574bb38557b..9ee0e63e79f 100644 --- a/meta/recipes-core/glib-2.0/glib.inc +++ b/meta/recipes-core/glib-2.0/glib.inc @@ -144,6 +144,7 @@ CODEGEN_PYTHON_RDEPENDS_mingw32 = "" RDEPENDS_${PN}-codegen += "${CODEGEN_PYTHON_RDEPENDS}" RDEPENDS_${PN}-ptest += "\ + libgcc \ dbus \ gnome-desktop-testing \ tzdata \