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 09:30:31 +0100 |
commit | 12b35418a24baafd2f5f44f9ac8cdcb7b3ec8c89 (patch) | |
tree | 0ea36f6c56d64b0e997485cb570ff147e01020e5 /meta/recipes-gnome/gtk+ | |
parent | 594aa27d6a6a9c5129e3437c81cc51fe32c03c39 (diff) | |
download | openembedded-core-12b35418a24baafd2f5f44f9ac8cdcb7b3ec8c89.tar.gz openembedded-core-12b35418a24baafd2f5f44f9ac8cdcb7b3ec8c89.tar.bz2 openembedded-core-12b35418a24baafd2f5f44f9ac8cdcb7b3ec8c89.zip |
gtk+: Upgrade 2.24.29 -> 2.24.30
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-gnome/gtk+')
-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 \ file://strict-prototypes.patch \ " -SRC_URI[md5sum] = "1b7a3689f65617387b5b54520f4439e8" -SRC_URI[sha256sum] = "0741c59600d3d810a223866453dc2bbb18ce4723828681ba24aa6519c37631b8" +SRC_URI[md5sum] = "04568ba5c58b75e3c7543e45628ad789" +SRC_URI[sha256sum] = "0d15cec3b6d55c60eac205b1f3ba81a1ed4eadd9d0f8e7c508bc7065d0c4ca50" EXTRA_OECONF = "--enable-xkb --disable-glibtest --disable-cups --disable-xinerama" |