summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glib-2.0/glib-2.0_2.58.3.bb
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-2.0_2.58.3.bb
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-2.0_2.58.3.bb')
-rw-r--r--meta/recipes-core/glib-2.0/glib-2.0_2.58.3.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.58.3.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.58.3.bb
new file mode 100644
index 0000000000..8aad570fa9
--- /dev/null
+++ b/meta/recipes-core/glib-2.0/glib-2.0_2.58.3.bb
@@ -0,0 +1,22 @@
1require glib.inc
2
3PE = "1"
4
5SHRT_VER = "${@oe.utils.trim_version("${PV}", 2)}"
6
7SRC_URI = "${GNOME_MIRROR}/glib/${SHRT_VER}/glib-${PV}.tar.xz \
8 file://configure-libtool.patch \
9 file://run-ptest \
10 file://uclibc_musl_translation.patch \
11 file://Enable-more-tests-while-cross-compiling.patch \
12 file://0001-Remove-the-warning-about-deprecated-paths-in-schemas.patch \
13 file://0001-Install-gio-querymodules-as-libexec_PROGRAM.patch \
14 file://0001-Do-not-ignore-return-value-of-write.patch \
15 file://0010-Do-not-hardcode-python-path-into-various-tools.patch \
16 file://0001-Revert-Use-absolute-paths-in-pkg-config-files.patch \
17 "
18
19SRC_URI_append_class-native = " file://relocate-modules.patch"
20
21SRC_URI[md5sum] = "8058c7bde846dcffe5fa453eca366d73"
22SRC_URI[sha256sum] = "8f43c31767e88a25da72b52a40f3301fefc49a665b56dc10ee7cc9565cbe7481"