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 <[email protected]>
---
  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 ?
--
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to