aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/geda/geda-gattrib_1.4.3.bb
diff options
context:
space:
mode:
authorStanislav Brabec <utx@penguin.cz>2009-10-03 19:46:09 +0000
committerutx@penguin.cz <utx@penguin.cz>2009-10-03 19:46:09 +0000
commit995db5446aa356ffdb26fc2da76a4250033d8325 (patch)
tree0768db2eca738c2b12822de9d7b1d8a75c05f370 /recipes/geda/geda-gattrib_1.4.3.bb
parent3ebbd704b5efad1d24e555577e2a93b12d0609a7 (diff)
downloadopenembedded-995db5446aa356ffdb26fc2da76a4250033d8325.tar.gz
geda-gattrib: Fixed build failure with the latest gtk+.
Diffstat (limited to 'recipes/geda/geda-gattrib_1.4.3.bb')
-rw-r--r--recipes/geda/geda-gattrib_1.4.3.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/geda/geda-gattrib_1.4.3.bb b/recipes/geda/geda-gattrib_1.4.3.bb
index af4ea94153..7cc306d916 100644
--- a/recipes/geda/geda-gattrib_1.4.3.bb
+++ b/recipes/geda/geda-gattrib_1.4.3.bb
@@ -4,7 +4,8 @@ FILES_${PN} += "${datadir}/gEDA ${datadir}/icons"
DEPENDS = "gtk+ libgeda"
-SRC_URI = "http://geda.seul.org/release/v1.4/${PV}/${P}.tar.gz"
+SRC_URI = "http://geda.seul.org/release/v1.4/${PV}/${P}.tar.gz \
+ ${@['file://gattrib-gtk218.patch;patch=1', ''][bb.data.getVar('PREFERRED_VERSION_gtk+', d, 1) and bb.data.getVar('PREFERRED_VERSION_gtk+', d, 1).split('.')[0] <= '2' and bb.data.getVar('PREFERRED_VERSION_gtk+', d, 1).split('.')[1] < '18']}"
inherit autotools pkgconfig