]> code.ossystems Code Review - openembedded-core.git/commitdiff
gtk+: update to 2.24.29
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Fri, 22 Jan 2016 14:08:39 +0000 (16:08 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 26 Jan 2016 22:46:29 +0000 (22:46 +0000)
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>
meta/recipes-gnome/gtk+/gtk+_2.24.29.bb [moved from meta/recipes-gnome/gtk+/gtk+_2.24.28.bb with 90% similarity]
meta/recipes-sato/puzzles/puzzles_git.bb

similarity index 90%
rename from meta/recipes-gnome/gtk+/gtk+_2.24.28.bb
rename to meta/recipes-gnome/gtk+/gtk+_2.24.29.bb
index e343773662c2245b098374a567a014b262afc973..675ef6d80b91d9fed930d5ed47052cabd4dd54c1 100644 (file)
@@ -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"
 
index dab5440d8f1ae87812298fa56ecbad6cc2b85be0..346f43bc9cf22bfe021abb1c8abd1b59110050c9 100644 (file)
@@ -21,7 +21,7 @@ PV = "0.0+git${SRCPV}"
 
 S = "${WORKDIR}/git"
 
-inherit autotools-brokensep distro_features_check
+inherit autotools-brokensep distro_features_check pkgconfig
 
 PACKAGECONFIG ??= "gtk2"
 PACKAGECONFIG[gtk2] = "--with-gtk=2,,gtk+,"