summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2016-01-22 16:08:39 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-26 22:49:39 +0000
commitd609cd54f1fdc3150184a6c2d69c02fed482eb35 (patch)
treed782d03cbb9e9958d6319f4ee8b5f7e6677a20e1 /meta/recipes-sato
parent61973139a20e51171761cf169254130a03e8fbe8 (diff)
downloadpoky-d609cd54f1fdc3150184a6c2d69c02fed482eb35.tar.gz
gtk+: update to 2.24.29
Fix a do_configure() error (missing m4 macro) in puzzles recipe caused by this update. (From OE-Core rev: b646dd99b8fda54375ad7c0cd5ce1ef9dcca2736) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.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-sato')
-rw-r--r--meta/recipes-sato/puzzles/puzzles_git.bb2
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 dab5440d8f..346f43bc9c 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}"
21 21
22S = "${WORKDIR}/git" 22S = "${WORKDIR}/git"
23 23
24inherit autotools-brokensep distro_features_check 24inherit autotools-brokensep distro_features_check pkgconfig
25 25
26PACKAGECONFIG ??= "gtk2" 26PACKAGECONFIG ??= "gtk2"
27PACKAGECONFIG[gtk2] = "--with-gtk=2,,gtk+," 27PACKAGECONFIG[gtk2] = "--with-gtk=2,,gtk+,"