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

Ross Burton ross.burton at intel.com
Thu May 16 19:01:05 UTC 2019


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 \
-- 
2.20.1 (Apple Git-117)



More information about the Openembedded-core mailing list