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-sato | |
parent | 429b7693a2db7ea5cff08d243e22e34f94942cee (diff) | |
download | openembedded-core-contrib-b646dd99b8fda54375ad7c0cd5ce1ef9dcca2736.tar.gz |
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-sato')
-rw-r--r-- | meta/recipes-sato/puzzles/puzzles_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-sato/puzzles/puzzles_git.bb b/meta/recipes-sato/puzzles/puzzles_git.bb index dab5440d8f1..346f43bc9cf 100644 --- a/meta/recipes-sato/puzzles/puzzles_git.bb +++ b/meta/recipes-sato/puzzles/puzzles_git.bb @@ -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+," |