diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-01-17 17:26:59 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-01-18 11:02:44 +0000 |
commit | 8e9783bdeeed42794d53df8554865c1750cb7204 (patch) | |
tree | 899ec390a110529bbd64bd562172ae748f989345 /meta | |
parent | c97f132e8f3c6ded3dfb3e2f721eb5233fe0313a (diff) | |
download | openembedded-core-contrib-8e9783bdeeed42794d53df8554865c1750cb7204.tar.gz |
gobject-introspection: upgrade 1.58.2 -> 1.58.3
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-gnome/gobject-introspection/gobject-introspection/0001-Relocate-the-repository-directory-for-native-builds.patch | 2 | ||||
-rw-r--r-- | meta/recipes-gnome/gobject-introspection/gobject-introspection_1.58.3.bb (renamed from meta/recipes-gnome/gobject-introspection/gobject-introspection_1.58.2.bb) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-gnome/gobject-introspection/gobject-introspection/0001-Relocate-the-repository-directory-for-native-builds.patch b/meta/recipes-gnome/gobject-introspection/gobject-introspection/0001-Relocate-the-repository-directory-for-native-builds.patch index 4017d445f75..a91d22afa7c 100644 --- a/meta/recipes-gnome/gobject-introspection/gobject-introspection/0001-Relocate-the-repository-directory-for-native-builds.patch +++ b/meta/recipes-gnome/gobject-introspection/gobject-introspection/0001-Relocate-the-repository-directory-for-native-builds.patch @@ -1,4 +1,4 @@ -From 47a596165e253edb45eb48a35e50f488182e13fd Mon Sep 17 00:00:00 2001 +From 7ea8c83d84a05f686128e652a5447fb5f6fb68be Mon Sep 17 00:00:00 2001 From: Sascha Silbe <x-yo17@se-silbe.de> Date: Fri, 8 Jun 2018 13:55:10 +0200 Subject: [PATCH] Relocate the repository directory for native builds diff --git a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.58.2.bb b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.58.3.bb index d00f3bd3441..4ff9b7bf4bc 100644 --- a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.58.2.bb +++ b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.58.3.bb @@ -23,8 +23,8 @@ SRC_URI = "${GNOME_MIRROR}/${BPN}/${@oe.utils.trim_version("${PV}", 2)}/${BPN}-$ file://0001-Port-cross-compilation-support-to-meson.patch \ " -SRC_URI[md5sum] = "8479d6c543173721ce948484d0cd1d64" -SRC_URI[sha256sum] = "2a5e0f69459af7ca4c41b8f4e19d9c80ddf877834bb0e7fdd420e2495ae2eda8" +SRC_URI[md5sum] = "182432c1f33886be8f4da073218b597d" +SRC_URI[sha256sum] = "025b632bbd944dcf11fc50d19a0ca086b83baf92b3e34936d008180d28cdc3c8" SRC_URI_append_class-native = " file://0001-Relocate-the-repository-directory-for-native-builds.patch" |