diff options
author | Stanislav Brabec <utx@penguin.cz> | 2009-10-03 19:46:09 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2009-10-03 19:46:09 +0000 |
commit | 995db5446aa356ffdb26fc2da76a4250033d8325 (patch) | |
tree | 0768db2eca738c2b12822de9d7b1d8a75c05f370 /recipes/geda/geda-gattrib_1.4.3.bb | |
parent | 3ebbd704b5efad1d24e555577e2a93b12d0609a7 (diff) |
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.bb | 3 |
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 |