[oe-commits] [openembedded-core] 02/07: glib-2.0: add missing libgcc dependency to glib-2.0-ptest

git at git.openembedded.org git at git.openembedded.org
Thu May 16 20:45:00 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 5ff373c1b935e841dd03f8e81924551f338ac2c4
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Thu May 16 12:01:05 2019 -0700

    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 <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 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 9ffc456..82107a8 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 \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list