summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glib-2.0/glib.inc
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2019-02-15 04:05:23 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-02-16 08:19:34 +0000
commit1e654e0abbf22e77b1842b55958e91c043833403 (patch)
tree564dc20b02abd164da227f408dc4262db1cf8b50 /meta/recipes-core/glib-2.0/glib.inc
parentbb7727c535c8dcff1f0c4f9eb65f9cbb7c74840d (diff)
downloadpoky-1e654e0abbf22e77b1842b55958e91c043833403.tar.gz
glib-2.0: upgrade 2.58.0 -> 2.58.3
* For changes, see: https://gitlab.gnome.org/GNOME/glib/blob/glib-2-58/NEWS * Upstreamed patch removed: date-lt.patch * Tweaked another to remove a hunk trying to find a binary from glib-2.0-native which isn't needed anymore as the code is in python now. * Add locale-base-pl-pl to RDEPENDS for ptest as the fix has been resolved and merged. * Remove libdir INSANE_SKIP for ptest package. The only libs present here are in libexecdir which is allowed by the check. * Revert an upstream patch for now that had changed the behavior of pkg-config files to use absolute paths which results in build failures. (From OE-Core rev: cb624e18851af2e2e2bf48c46f0571bce53c25f6) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glib-2.0/glib.inc')
-rw-r--r--meta/recipes-core/glib-2.0/glib.inc5
1 files changed, 1 insertions, 4 deletions
diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc
index a868b6df23..c9093cee86 100644
--- a/meta/recipes-core/glib-2.0/glib.inc
+++ b/meta/recipes-core/glib-2.0/glib.inc
@@ -142,8 +142,6 @@ RDEPENDS_${PN}-ptest += "\
142 shared-mime-info \ 142 shared-mime-info \
143 " 143 "
144 144
145# When https://gitlab.gnome.org/GNOME/glib/issues/1343 is
146# fixed add locale-base-pl-pl
147RDEPENDS_${PN}-ptest_append_libc-glibc = "\ 145RDEPENDS_${PN}-ptest_append_libc-glibc = "\
148 glibc-gconv-utf-16 \ 146 glibc-gconv-utf-16 \
149 glibc-charmap-utf-8 \ 147 glibc-charmap-utf-8 \
@@ -167,6 +165,5 @@ RDEPENDS_${PN}-ptest_append_libc-glibc = "\
167 locale-base-fr-fr \ 165 locale-base-fr-fr \
168 locale-base-es-es \ 166 locale-base-es-es \
169 locale-base-en-gb \ 167 locale-base-en-gb \
168 locale-base-pl-pl \
170 " 169 "
171
172INSANE_SKIP_${PN}-ptest += "libdir"