aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-navigation/geos/geos.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-navigation/geos/geos.inc')
-rw-r--r--meta-oe/recipes-navigation/geos/geos.inc19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-oe/recipes-navigation/geos/geos.inc b/meta-oe/recipes-navigation/geos/geos.inc
new file mode 100644
index 0000000000..eda4ad32f3
--- /dev/null
+++ b/meta-oe/recipes-navigation/geos/geos.inc
@@ -0,0 +1,19 @@
+DESCRIPTION = "GEOS - Geometry Engine, Open Source"
+HOMEPAGE = "http://trac.osgeo.org/geos/"
+SECTION = "libs"
+
+INC_PR = "r0"
+
+LICENSE = "LGPLv2.1+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
+
+SRC_URI = "http://download.osgeo.org/geos/geos-${PV}.tar.bz2"
+
+inherit autotools pkgconfig
+
+# libgeos-${PV}.so is needed in PV
+FILES_SOLIBSDEV = ""
+FIELS_${PN}-dev = "${libdir}/libgeos.so \
+ ${libdir}/libgeos_c.so"
+FILES_${PN} += " ${libdir}/libgeos-${PV}.so"
+INSANE_SKIP_${PN} = "dev-so"