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:49:39 +0000 |
commit | d609cd54f1fdc3150184a6c2d69c02fed482eb35 (patch) | |
tree | d782d03cbb9e9958d6319f4ee8b5f7e6677a20e1 /meta/recipes-sato | |
parent | 61973139a20e51171761cf169254130a03e8fbe8 (diff) | |
download | poky-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.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 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 | ||
22 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
23 | 23 | ||
24 | inherit autotools-brokensep distro_features_check | 24 | inherit autotools-brokensep distro_features_check pkgconfig |
25 | 25 | ||
26 | PACKAGECONFIG ??= "gtk2" | 26 | PACKAGECONFIG ??= "gtk2" |
27 | PACKAGECONFIG[gtk2] = "--with-gtk=2,,gtk+," | 27 | PACKAGECONFIG[gtk2] = "--with-gtk=2,,gtk+," |