diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-01-22 16:08:39 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-26 22:46:29 +0000 |
commit | b646dd99b8fda54375ad7c0cd5ce1ef9dcca2736 (patch) | |
tree | fdbdc08266b5e1445ed92f567fa90f38c8836fa5 /meta/recipes-gnome | |
parent | 429b7693a2db7ea5cff08d243e22e34f94942cee (diff) | |
download | openembedded-core-b646dd99b8fda54375ad7c0cd5ce1ef9dcca2736.tar.gz openembedded-core-b646dd99b8fda54375ad7c0cd5ce1ef9dcca2736.tar.bz2 openembedded-core-b646dd99b8fda54375ad7c0cd5ce1ef9dcca2736.zip |
gtk+: update to 2.24.29
Fix a do_configure() error (missing m4 macro) in puzzles recipe caused
by this update.
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/recipes-gnome/gtk+/gtk+_2.24.29.bb (renamed from meta/recipes-gnome/gtk+/gtk+_2.24.28.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-gnome/gtk+/gtk+_2.24.28.bb b/meta/recipes-gnome/gtk+/gtk+_2.24.29.bb index e343773662..675ef6d80b 100644 --- a/meta/recipes-gnome/gtk+/gtk+_2.24.28.bb +++ b/meta/recipes-gnome/gtk+/gtk+_2.24.29.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] = "bfacf87b2ea67e4e5c7866a9003e6526" -SRC_URI[sha256sum] = "b2c6441e98bc5232e5f9bba6965075dcf580a8726398f7374d39f90b88ed4656" +SRC_URI[md5sum] = "1b7a3689f65617387b5b54520f4439e8" +SRC_URI[sha256sum] = "0741c59600d3d810a223866453dc2bbb18ce4723828681ba24aa6519c37631b8" EXTRA_OECONF = "--enable-xkb --disable-glibtest --disable-cups --disable-xinerama" |