aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/geos/geos_2.2.3+3.0.0rc4.bb
diff options
context:
space:
mode:
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
-}
-
-