summaryrefslogtreecommitdiffstats
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 @@
1DESCRIPTION = "GEOS - Geometry Engine, Open Source"
2HOMEPAGE = "http://trac.osgeo.org/geos/"
3SECTION = "libs"
4
5INC_PR = "r0"
6
7LICENSE = "LGPLv2.1+"
8LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
9
10SRC_URI = "http://download.osgeo.org/geos/geos-${PV}.tar.bz2"
11
12inherit autotools pkgconfig
13
14# libgeos-${PV}.so is needed in PV
15FILES_SOLIBSDEV = ""
16FIELS_${PN}-dev = "${libdir}/libgeos.so \
17 ${libdir}/libgeos_c.so"
18FILES_${PN} += " ${libdir}/libgeos-${PV}.so"
19INSANE_SKIP_${PN} = "dev-so"