diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2017-01-24 12:42:15 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-26 10:44:28 +0000 |
commit | 77ab1d68e575c4ab397dc3da5c3b0dbd8e16dafc (patch) | |
tree | ce2fa18295f4f201157a9f5ea36ce3788a3eb622 /meta/recipes-gnome | |
parent | 505ea0b712bef3b78c5d6b01746df25e09d37a4f (diff) | |
download | poky-77ab1d68e575c4ab397dc3da5c3b0dbd8e16dafc.tar.gz |
gtk+3: Upgrade 3.22.5 -> 3.22.7
Point releases with mostly just bug fixes.
(From OE-Core rev: 068a1e50ab1060238b8c320e1ebb5b3e05065852)
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/recipes-gnome/gtk+/gtk+3_3.22.7.bb (renamed from meta/recipes-gnome/gtk+/gtk+3_3.22.5.bb) | 4 | ||||
-rw-r--r-- | meta/recipes-gnome/gtk+/gtk-icon-utils-native_3.22.7.bb (renamed from meta/recipes-gnome/gtk+/gtk-icon-utils-native_3.22.5.bb) | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-gnome/gtk+/gtk+3_3.22.5.bb b/meta/recipes-gnome/gtk+/gtk+3_3.22.7.bb index b772fe0a49..6b74525521 100644 --- a/meta/recipes-gnome/gtk+/gtk+3_3.22.5.bb +++ b/meta/recipes-gnome/gtk+/gtk+3_3.22.7.bb | |||
@@ -8,8 +8,8 @@ SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtk+/${MAJ_VER}/gtk+-${PV}.tar | |||
8 | file://0003-Add-disable-opengl-configure-option.patch \ | 8 | file://0003-Add-disable-opengl-configure-option.patch \ |
9 | file://0004-configure.ac-Fix-wayland-protocols-path.patch \ | 9 | file://0004-configure.ac-Fix-wayland-protocols-path.patch \ |
10 | " | 10 | " |
11 | SRC_URI[md5sum] = "55e0198f100db98f31d1b0f9dc403794" | 11 | SRC_URI[md5sum] = "e05a7e8e9b89a71fd016883b5431e429" |
12 | SRC_URI[sha256sum] = "693fa0ac643c59ccd51db99cabe476b4e0a41fd4f0c3c8b3e3ef38f94b2e7334" | 12 | SRC_URI[sha256sum] = "a3a27564bfb1679ebbc75c37cd2bcd6e727c8bdfbcd3984d29305bf9ee60d432" |
13 | 13 | ||
14 | S = "${WORKDIR}/gtk+-${PV}" | 14 | S = "${WORKDIR}/gtk+-${PV}" |
15 | 15 | ||
diff --git a/meta/recipes-gnome/gtk+/gtk-icon-utils-native_3.22.5.bb b/meta/recipes-gnome/gtk+/gtk-icon-utils-native_3.22.7.bb index 878b484758..77bb6e7f87 100644 --- a/meta/recipes-gnome/gtk+/gtk-icon-utils-native_3.22.5.bb +++ b/meta/recipes-gnome/gtk+/gtk-icon-utils-native_3.22.7.bb | |||
@@ -10,8 +10,8 @@ MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}" | |||
10 | 10 | ||
11 | SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtk+/${MAJ_VER}/gtk+-${PV}.tar.xz \ | 11 | SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtk+/${MAJ_VER}/gtk+-${PV}.tar.xz \ |
12 | file://Remove-Gdk-dependency-from-gtk-encode-symbolic-svg.patch" | 12 | file://Remove-Gdk-dependency-from-gtk-encode-symbolic-svg.patch" |
13 | SRC_URI[md5sum] = "55e0198f100db98f31d1b0f9dc403794" | 13 | SRC_URI[md5sum] = "e05a7e8e9b89a71fd016883b5431e429" |
14 | SRC_URI[sha256sum] = "693fa0ac643c59ccd51db99cabe476b4e0a41fd4f0c3c8b3e3ef38f94b2e7334" | 14 | SRC_URI[sha256sum] = "a3a27564bfb1679ebbc75c37cd2bcd6e727c8bdfbcd3984d29305bf9ee60d432" |
15 | 15 | ||
16 | LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2 \ | 16 | LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2 \ |
17 | file://gtk/gtk.h;endline=25;md5=1d8dc0fccdbfa26287a271dce88af737 \ | 17 | file://gtk/gtk.h;endline=25;md5=1d8dc0fccdbfa26287a271dce88af737 \ |