diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-01-22 16:09:17 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-26 22:49:39 +0000 |
commit | bd7278cc3b4df09e86d073d6056c39ea50da863d (patch) | |
tree | 09d9410b1fbc9e7265365df36a7729077cf12f6f /meta/recipes-gnome/gtk+ | |
parent | d609cd54f1fdc3150184a6c2d69c02fed482eb35 (diff) | |
download | poky-bd7278cc3b4df09e86d073d6056c39ea50da863d.tar.gz |
gtk+3: update to 3.18.6
(From OE-Core rev: 0a6b3b9ae0028918f60df9e0cfd487ba833bac2b)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gtk+')
-rw-r--r-- | meta/recipes-gnome/gtk+/gtk+3_3.18.6.bb (renamed from meta/recipes-gnome/gtk+/gtk+3_3.18.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-gnome/gtk+/gtk+3_3.18.2.bb b/meta/recipes-gnome/gtk+/gtk+3_3.18.6.bb index 46f0cf9b0f..0ea4fd3a7d 100644 --- a/meta/recipes-gnome/gtk+/gtk+3_3.18.2.bb +++ b/meta/recipes-gnome/gtk+/gtk+3_3.18.6.bb | |||
@@ -8,8 +8,8 @@ SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtk+/${MAJ_VER}/gtk+-${PV}.tar | |||
8 | file://Do-not-try-to-initialize-GL-without-libGL.patch \ | 8 | file://Do-not-try-to-initialize-GL-without-libGL.patch \ |
9 | " | 9 | " |
10 | 10 | ||
11 | SRC_URI[md5sum] = "230fd78e42419d35ff790784b457e5f2" | 11 | SRC_URI[md5sum] = "e1c41ad4a6012d703a80f7423acf186e" |
12 | SRC_URI[sha256sum] = "5dbec561c4a00070073bf9cf4cfdd61fab4a14c8ff5b15d700bd378f8185e152" | 12 | SRC_URI[sha256sum] = "78cabf0fd5a662f8723f62d5ac633072c76c557c1d700454c9c3deaa37e441ef" |
13 | 13 | ||
14 | S = "${WORKDIR}/gtk+-${PV}" | 14 | S = "${WORKDIR}/gtk+-${PV}" |
15 | 15 | ||