blob: 1271a7c269b9a663e3ec70dbae5db97694eca334 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001require 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://0001-Remove-the-warning-about-deprecated-paths-in-schemas.patch \
12 file://Enable-more-tests-while-cross-compiling.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://date-lt.patch \
17 "
18
19SRC_URI_append_class-native = " file://relocate-modules.patch"
20
21SRC_URI[md5sum] = "9b5d21c802f55bf37171c4fbfe7d32d1"
22SRC_URI[sha256sum] = "c0f4ce0730b4f95c47b711613b5406a887c2ee13ea6d25930d72a4fa7fdb77f6"