aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/geda/geda-gattrib_1.4.3.bb
diff options
context:
space:
mode:
authorStanislav Brabec <utx@penguin.cz>2010-07-24 14:16:19 +0000
committerutx@penguin.cz <utx@penguin.cz>2010-07-24 14:16:19 +0000
commitd264d0fe024062e2c476ecbb006d0339459d0834 (patch)
tree84d26377992a66ce6d09b536102fa7594152f7e8 /recipes/geda/geda-gattrib_1.4.3.bb
parent8e8e18e3be3df2e067605e5779c63328efa79bb9 (diff)
downloadopenembedded-d264d0fe024062e2c476ecbb006d0339459d0834.tar.gz
geda-gattrib: Drop support for gtk+ < 2.18. It was broken since 4e7aae5 that tried to fix 995db54, which failed to parse on some systems.
Signed-off-by: Stanislav Brabec <utx@penguin.cz>
Diffstat (limited to 'recipes/geda/geda-gattrib_1.4.3.bb')
-rw-r--r--recipes/geda/geda-gattrib_1.4.3.bb12
1 files changed, 3 insertions, 9 deletions
diff --git a/recipes/geda/geda-gattrib_1.4.3.bb b/recipes/geda/geda-gattrib_1.4.3.bb
index 8617311d05..7ee713d80a 100644
--- a/recipes/geda/geda-gattrib_1.4.3.bb
+++ b/recipes/geda/geda-gattrib_1.4.3.bb
@@ -5,18 +5,12 @@ PR = "r1"
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"
+
inherit autotools pkgconfig
EXTRA_OECONF = "--disable-update-desktop-database"
-do_patch_prepend() {
- import bb
- if 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':
- SRC_URI_append = "file://gattrib-gtk218.patch"
-}
-
SRC_URI[md5sum] = "e1f68401e7ca5fff16292358f0dfd553"
SRC_URI[sha256sum] = "5eb48772d374dad446bfcd69990231fa6c6b52ba9b30048991632557512a7565"