blob: 740473719d855be6f1da12e5aa449fa71e0c1259 [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001require 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://run-ptest \
9 file://uclibc_musl_translation.patch \
10 file://Enable-more-tests-while-cross-compiling.patch \
11 file://0001-Remove-the-warning-about-deprecated-paths-in-schemas.patch \
12 file://0001-Install-gio-querymodules-as-libexec_PROGRAM.patch \
13 file://0001-Do-not-ignore-return-value-of-write.patch \
14 file://0010-Do-not-hardcode-python-path-into-various-tools.patch \
Brad Bishop19323692019-04-05 15:28:33 -040015 file://0001-Set-host_machine-correctly-when-building-with-mingw3.patch \
16 file://0001-Do-not-write-bindir-into-pkg-config-files.patch \
17 file://0001-meson.build-do-not-hardcode-linux-as-the-host-system.patch \
18 file://0001-meson-do-a-build-time-check-for-strlcpy-before-attem.patch \
Brad Bishop19323692019-04-05 15:28:33 -040019 "
20
21SRC_URI_append_class-native = " file://relocate-modules.patch"
Brad Bishopf3fd2882019-06-21 08:06:37 -040022SRC_URI_append_class-target = " file://glib-meson.cross"
Brad Bishop19323692019-04-05 15:28:33 -040023
Brad Bishopa34c0302019-09-23 22:34:48 -040024SRC_URI[md5sum] = "f036f78a7fca330d9f7d939fcf794bde"
25SRC_URI[sha256sum] = "8b12c0af569afd3b71200556ad751bad4cf4bf7bc4b5f880638459a42ca86310"