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