diff options
author | Maxin B. John <maxin.john@intel.com> | 2018-01-23 16:05:50 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-01-26 13:09:10 +0000 |
commit | ab64cc1fd6d512a7481e91f6cecb76e70ce569bd (patch) | |
tree | 7ae2572c5e0efd9ba6b0e928f074eb389843758b /meta/recipes-gnome/gtk+ | |
parent | 69219c0d41ac51113f1e24dd7e72aae641cfda72 (diff) | |
download | poky-ab64cc1fd6d512a7481e91f6cecb76e70ce569bd.tar.gz |
gtk+3: upgrade to version 3.22.26
Bug fixes and Translation updates
(From OE-Core rev: 67440b2d9204f3e79417d2b6f94fe32cec15907f)
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/recipes-gnome/gtk+')
-rw-r--r-- | meta/recipes-gnome/gtk+/gtk+3_3.22.26.bb (renamed from meta/recipes-gnome/gtk+/gtk+3_3.22.24.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-gnome/gtk+/gtk+3_3.22.24.bb b/meta/recipes-gnome/gtk+/gtk+3_3.22.26.bb index ac0a9b715f..6651ca62c0 100644 --- a/meta/recipes-gnome/gtk+/gtk+3_3.22.24.bb +++ b/meta/recipes-gnome/gtk+/gtk+3_3.22.26.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] = "b782a15b7b5b2005a1ce4647fb002a49" | 10 | SRC_URI[md5sum] = "eeeb8038fe0d386c7516fa46cd4fff6b" |
11 | SRC_URI[sha256sum] = "cbb16e4cfc928ab8f5f22f7290616f95f6ebc8c97cc724a2007b07ced833592b" | 11 | SRC_URI[sha256sum] = "61eef0d320e541976e2dfe445729f12b5ade53050ee9de6184235cb60cd4b967" |
12 | 12 | ||
13 | S = "${WORKDIR}/gtk+-${PV}" | 13 | S = "${WORKDIR}/gtk+-${PV}" |
14 | 14 | ||