diff options
author | Ross Burton <ross.burton@intel.com> | 2019-05-16 12:01:05 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-17 07:07:28 +0100 |
commit | 22943d76e87c063ee104aef645ce86d8e042514a (patch) | |
tree | 99de046e818aa5441bd91523efb0d24330373ade /meta | |
parent | 099894871486f5ac70432523b778df5d4a780ba9 (diff) | |
download | poky-22943d76e87c063ee104aef645ce86d8e042514a.tar.gz |
glib-2.0: add missing libgcc dependency to glib-2.0-ptest
The thread tests need libgcc for pthread_cancel to work.
(From OE-Core rev: 0563003fea0ff432e61f7361fa8c1524ffbc925a)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/glib-2.0/glib.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc index 9ffc4560a9..82107a8a18 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 = "" | |||
140 | RDEPENDS_${PN}-codegen += "${CODEGEN_PYTHON_RDEPENDS}" | 140 | RDEPENDS_${PN}-codegen += "${CODEGEN_PYTHON_RDEPENDS}" |
141 | 141 | ||
142 | RDEPENDS_${PN}-ptest += "\ | 142 | RDEPENDS_${PN}-ptest += "\ |
143 | libgcc \ | ||
143 | dbus \ | 144 | dbus \ |
144 | gnome-desktop-testing \ | 145 | gnome-desktop-testing \ |
145 | tzdata \ | 146 | tzdata \ |