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 16:24:40 +0000 |
commit | acd03552ac46ff8123b1243dad1b0aa437f0a6ce (patch) | |
tree | 6b4e44107bb880abb8437623d27c559b3c9a8b4f /meta/recipes-gnome/gobject-introspection | |
parent | 1e37ab7ded6354f6b30773cae83a89a80323ef46 (diff) | |
download | poky-acd03552ac46ff8123b1243dad1b0aa437f0a6ce.tar.gz |
gobject-introspection: upgrade 1.58.2 -> 1.58.3
(From OE-Core rev: 8e9783bdeeed42794d53df8554865c1750cb7204)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gobject-introspection')
-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 4017d445f7..a91d22afa7 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 @@ | |||
1 | From 47a596165e253edb45eb48a35e50f488182e13fd Mon Sep 17 00:00:00 2001 | 1 | From 7ea8c83d84a05f686128e652a5447fb5f6fb68be Mon Sep 17 00:00:00 2001 |
2 | From: Sascha Silbe <x-yo17@se-silbe.de> | 2 | From: Sascha Silbe <x-yo17@se-silbe.de> |
3 | Date: Fri, 8 Jun 2018 13:55:10 +0200 | 3 | Date: Fri, 8 Jun 2018 13:55:10 +0200 |
4 | Subject: [PATCH] Relocate the repository directory for native builds | 4 | 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 d00f3bd344..4ff9b7bf4b 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}-$ | |||
23 | file://0001-Port-cross-compilation-support-to-meson.patch \ | 23 | file://0001-Port-cross-compilation-support-to-meson.patch \ |
24 | " | 24 | " |
25 | 25 | ||
26 | SRC_URI[md5sum] = "8479d6c543173721ce948484d0cd1d64" | 26 | SRC_URI[md5sum] = "182432c1f33886be8f4da073218b597d" |
27 | SRC_URI[sha256sum] = "2a5e0f69459af7ca4c41b8f4e19d9c80ddf877834bb0e7fdd420e2495ae2eda8" | 27 | SRC_URI[sha256sum] = "025b632bbd944dcf11fc50d19a0ca086b83baf92b3e34936d008180d28cdc3c8" |
28 | 28 | ||
29 | SRC_URI_append_class-native = " file://0001-Relocate-the-repository-directory-for-native-builds.patch" | 29 | SRC_URI_append_class-native = " file://0001-Relocate-the-repository-directory-for-native-builds.patch" |
30 | 30 | ||