diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2016-05-24 10:05:00 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-30 15:58:13 +0100 |
commit | dff8ca223f1b8b9c8a6d32304ea9db4ef3dc1de9 (patch) | |
tree | 11ce14f38363b2b6669955a66988fa6cf761e557 /meta/recipes-gnome | |
parent | 1645e7108db4912d7766512452df95ce95ade93b (diff) | |
download | poky-dff8ca223f1b8b9c8a6d32304ea9db4ef3dc1de9.tar.gz |
gtk+: Upgrade 2.24.29 -> 2.24.30
(From OE-Core rev: 12b35418a24baafd2f5f44f9ac8cdcb7b3ec8c89)
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@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')
-rw-r--r-- | meta/recipes-gnome/gtk+/gtk+_2.24.30.bb (renamed from meta/recipes-gnome/gtk+/gtk+_2.24.29.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-gnome/gtk+/gtk+_2.24.29.bb b/meta/recipes-gnome/gtk+/gtk+_2.24.30.bb index cf55d2070a..4fe990d5cb 100644 --- a/meta/recipes-gnome/gtk+/gtk+_2.24.29.bb +++ b/meta/recipes-gnome/gtk+/gtk+_2.24.30.bb | |||
@@ -12,8 +12,8 @@ SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-${PV}.tar.xz \ | |||
12 | file://strict-prototypes.patch \ | 12 | file://strict-prototypes.patch \ |
13 | " | 13 | " |
14 | 14 | ||
15 | SRC_URI[md5sum] = "1b7a3689f65617387b5b54520f4439e8" | 15 | SRC_URI[md5sum] = "04568ba5c58b75e3c7543e45628ad789" |
16 | SRC_URI[sha256sum] = "0741c59600d3d810a223866453dc2bbb18ce4723828681ba24aa6519c37631b8" | 16 | SRC_URI[sha256sum] = "0d15cec3b6d55c60eac205b1f3ba81a1ed4eadd9d0f8e7c508bc7065d0c4ca50" |
17 | 17 | ||
18 | EXTRA_OECONF = "--enable-xkb --disable-glibtest --disable-cups --disable-xinerama" | 18 | EXTRA_OECONF = "--enable-xkb --disable-glibtest --disable-cups --disable-xinerama" |
19 | 19 | ||