diff options
author | Maxin B. John <maxin.john@intel.com> | 2018-02-20 17:44:02 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-02-24 10:31:47 +0000 |
commit | 1c7307614acd67954a7f9fec2861a7e0fee3a2d9 (patch) | |
tree | f348e95c938921d4fd778e559fcf9d574812406a /meta | |
parent | 70a6314269858696cc784d41765409e48bc1f4cf (diff) | |
download | poky-1c7307614acd67954a7f9fec2861a7e0fee3a2d9.tar.gz |
gtk+3: upgrade to version 3.22.28
3.22.26 -> 3.22.28
Bug-fix release
(From OE-Core rev: c9230f8b19a186273ce8771580beefb6b988ae3d)
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-gnome/gtk+/gtk+3_3.22.28.bb (renamed from meta/recipes-gnome/gtk+/gtk+3_3.22.26.bb) | 4 | ||||
-rw-r--r-- | meta/recipes-gnome/gtk+/gtk-icon-utils-native_3.22.28.bb (renamed from meta/recipes-gnome/gtk+/gtk-icon-utils-native_3.22.26.bb) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-gnome/gtk+/gtk+3_3.22.26.bb b/meta/recipes-gnome/gtk+/gtk+3_3.22.28.bb index 6651ca62c0..864e8260c8 100644 --- a/meta/recipes-gnome/gtk+/gtk+3_3.22.26.bb +++ b/meta/recipes-gnome/gtk+/gtk+3_3.22.28.bb | |||
@@ -7,8 +7,8 @@ SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtk+/${MAJ_VER}/gtk+-${PV}.tar | |||
7 | file://0002-Do-not-try-to-initialize-GL-without-libGL.patch \ | 7 | file://0002-Do-not-try-to-initialize-GL-without-libGL.patch \ |
8 | file://0003-Add-disable-opengl-configure-option.patch \ | 8 | file://0003-Add-disable-opengl-configure-option.patch \ |
9 | " | 9 | " |
10 | SRC_URI[md5sum] = "eeeb8038fe0d386c7516fa46cd4fff6b" | 10 | SRC_URI[md5sum] = "8c1f5ab987ddc7dab3e59660f89dcd9b" |
11 | SRC_URI[sha256sum] = "61eef0d320e541976e2dfe445729f12b5ade53050ee9de6184235cb60cd4b967" | 11 | SRC_URI[sha256sum] = "d299612b018cfed7b2c689168ab52b668023708e17c335eb592260d186f15e1f" |
12 | 12 | ||
13 | S = "${WORKDIR}/gtk+-${PV}" | 13 | S = "${WORKDIR}/gtk+-${PV}" |
14 | 14 | ||
diff --git a/meta/recipes-gnome/gtk+/gtk-icon-utils-native_3.22.26.bb b/meta/recipes-gnome/gtk+/gtk-icon-utils-native_3.22.28.bb index 140931b23c..140931b23c 100644 --- a/meta/recipes-gnome/gtk+/gtk-icon-utils-native_3.22.26.bb +++ b/meta/recipes-gnome/gtk+/gtk-icon-utils-native_3.22.28.bb | |||