aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/geos/geos_2.2.3+3.0.0rc4.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-03-23 00:30:51 -0700
committerKhem Raj <raj.khem@gmail.com>2010-03-23 00:34:24 -0700
commitc73ddd13c8eb7ee231b69af0312341cf227b102d (patch)
tree3a82697dedaf8ad83f1d0d9e0db0b2721cba2d98 /recipes/geos/geos_2.2.3+3.0.0rc4.bb
parent1a482af394a8ddfbe1d576d4d2b73510b8fdfdee (diff)
downloadopenembedded-c73ddd13c8eb7ee231b69af0312341cf227b102d.tar.gz
geos: Add recipe for 3.2.0
* The patch is added to get it compiling on ARM. * Moved the old 2.2.3 based recipe to 3.2.0. * Fixed the recipe for bitbake parsing errors in LICENSE field. * Added patch needed for compiling to succeed on ARM. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/geos/geos_2.2.3+3.0.0rc4.bb')
-rw-r--r--recipes/geos/geos_2.2.3+3.0.0rc4.bb21
1 files changed, 0 insertions, 21 deletions
diff --git a/recipes/geos/geos_2.2.3+3.0.0rc4.bb b/recipes/geos/geos_2.2.3+3.0.0rc4.bb
deleted file mode 100644
index 90bcc4b384..0000000000
--- a/recipes/geos/geos_2.2.3+3.0.0rc4.bb
+++ /dev/null
@@ -1,21 +0,0 @@
-DESCRIPTION = "GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite (JTS)."
-HOMEPAGE = "http://geos.refractions.net/"
-LICENSE = "GPLv2""
-
-DEPENDS = "boost"
-
-PR = "r1"
-
-SRC_URI = "http://geos.refractions.net/geos-3.0.0rc4.tar.bz2"
-
-S = "${WORKDIR}/geos-3.0.0rc4"
-
-inherit autotools pkgconfig lib_package binconfig
-
-EXTRA_OECONF = "--disable-swig"
-
-do_stage() {
- autotools_stage_all
-}
-
-