From b5ab6ec534bfed8abd56a32296ae246fd9545e0a Mon Sep 17 00:00:00 2001 From: Yuan Chao Date: Wed, 31 Jul 2019 16:25:12 +0800 Subject: glib-2.0:upgrade 2.60.5 -> 2.60.6 Signed-off-by: Yuan Chao Signed-off-by: Richard Purdie --- meta/recipes-core/glib-2.0/glib-2.0_2.60.5.bb | 25 ------------------------- meta/recipes-core/glib-2.0/glib-2.0_2.60.6.bb | 25 +++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 meta/recipes-core/glib-2.0/glib-2.0_2.60.5.bb create mode 100644 meta/recipes-core/glib-2.0/glib-2.0_2.60.6.bb diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.60.5.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.60.5.bb deleted file mode 100644 index bcb1fdb9a6..0000000000 --- a/meta/recipes-core/glib-2.0/glib-2.0_2.60.5.bb +++ /dev/null @@ -1,25 +0,0 @@ -require glib.inc - -PE = "1" - -SHRT_VER = "${@oe.utils.trim_version("${PV}", 2)}" - -SRC_URI = "${GNOME_MIRROR}/glib/${SHRT_VER}/glib-${PV}.tar.xz \ - file://run-ptest \ - file://uclibc_musl_translation.patch \ - file://Enable-more-tests-while-cross-compiling.patch \ - file://0001-Remove-the-warning-about-deprecated-paths-in-schemas.patch \ - file://0001-Install-gio-querymodules-as-libexec_PROGRAM.patch \ - file://0001-Do-not-ignore-return-value-of-write.patch \ - file://0010-Do-not-hardcode-python-path-into-various-tools.patch \ - file://0001-Set-host_machine-correctly-when-building-with-mingw3.patch \ - file://0001-Do-not-write-bindir-into-pkg-config-files.patch \ - file://0001-meson.build-do-not-hardcode-linux-as-the-host-system.patch \ - file://0001-meson-do-a-build-time-check-for-strlcpy-before-attem.patch \ - " - -SRC_URI_append_class-native = " file://relocate-modules.patch" -SRC_URI_append_class-target = " file://glib-meson.cross" - -SRC_URI[md5sum] = "7dced27cfa79419dc6cc82c02190c457" -SRC_URI[sha256sum] = "3edf1df576ee82b2ecb8ba85c343644e48ee62e68290e71e6084b00d6ba2622e" diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.60.6.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.60.6.bb new file mode 100644 index 0000000000..a3c5a09d41 --- /dev/null +++ b/meta/recipes-core/glib-2.0/glib-2.0_2.60.6.bb @@ -0,0 +1,25 @@ +require glib.inc + +PE = "1" + +SHRT_VER = "${@oe.utils.trim_version("${PV}", 2)}" + +SRC_URI = "${GNOME_MIRROR}/glib/${SHRT_VER}/glib-${PV}.tar.xz \ + file://run-ptest \ + file://uclibc_musl_translation.patch \ + file://Enable-more-tests-while-cross-compiling.patch \ + file://0001-Remove-the-warning-about-deprecated-paths-in-schemas.patch \ + file://0001-Install-gio-querymodules-as-libexec_PROGRAM.patch \ + file://0001-Do-not-ignore-return-value-of-write.patch \ + file://0010-Do-not-hardcode-python-path-into-various-tools.patch \ + file://0001-Set-host_machine-correctly-when-building-with-mingw3.patch \ + file://0001-Do-not-write-bindir-into-pkg-config-files.patch \ + file://0001-meson.build-do-not-hardcode-linux-as-the-host-system.patch \ + file://0001-meson-do-a-build-time-check-for-strlcpy-before-attem.patch \ + " + +SRC_URI_append_class-native = " file://relocate-modules.patch" +SRC_URI_append_class-target = " file://glib-meson.cross" + +SRC_URI[md5sum] = "cd6865d8ce40db5e4c12b7d180953de6" +SRC_URI[sha256sum] = "ff8fab8d8deaa4fd0536c90f90d9769a09071779c7e6183907f6855645bffb6c" -- cgit 1.2.3-korg