blob: bcb1fdb9a63f241a563cab3c6fe55c95c69d3691 [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 Bishop96ff1982019-08-19 13:50:42 -040024SRC_URI[md5sum] = "7dced27cfa79419dc6cc82c02190c457"
25SRC_URI[sha256sum] = "3edf1df576ee82b2ecb8ba85c343644e48ee62e68290e71e6084b00d6ba2622e"