summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glib-2.0/glib-2.0_2.58.0.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2018-09-06 12:29:29 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-09-10 12:13:06 +0100
commitb4696f512443412ac79b1cc7816aa1ccf809996e (patch)
tree9afc6ff890795e523047d4f85bbf990b44db5669 /meta/recipes-core/glib-2.0/glib-2.0_2.58.0.bb
parentb0c7ed82694b7bad9d14bab9692f54a44b863583 (diff)
downloadpoky-b4696f512443412ac79b1cc7816aa1ccf809996e.tar.gz
glib: update to 2.58.0
Drop upstreamed patches, refresh the rest. Add an explicit dependency on gettext-native, as glib is no longer fooled by setting msgfmt to /bin/false. (From OE-Core rev: 79d229e8be892cc0bd36fe9f71ac4671cc34aa82) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glib-2.0/glib-2.0_2.58.0.bb')
-rw-r--r--meta/recipes-core/glib-2.0/glib-2.0_2.58.0.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.58.0.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.58.0.bb
new file mode 100644
index 0000000000..92c7997a27
--- /dev/null
+++ b/meta/recipes-core/glib-2.0/glib-2.0_2.58.0.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://allow-run-media-sdX-drive-mount-if-username-root.patch \
12 file://0001-Remove-the-warning-about-deprecated-paths-in-schemas.patch \
13 file://Enable-more-tests-while-cross-compiling.patch \
14 file://0001-Install-gio-querymodules-as-libexec_PROGRAM.patch \
15 file://0001-Do-not-ignore-return-value-of-write.patch \
16 file://0010-Do-not-hardcode-python-path-into-various-tools.patch \
17 "
18
19SRC_URI_append_class-native = " file://relocate-modules.patch"
20
21SRC_URI[md5sum] = "9b5d21c802f55bf37171c4fbfe7d32d1"
22SRC_URI[sha256sum] = "c0f4ce0730b4f95c47b711613b5406a887c2ee13ea6d25930d72a4fa7fdb77f6"