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.inc22
1 files changed, 11 insertions, 11 deletions
diff --git a/meta-oe/recipes-navigation/geos/geos.inc b/meta-oe/recipes-navigation/geos/geos.inc
index e0c82bc97..2e308b488 100644
--- a/meta-oe/recipes-navigation/geos/geos.inc
+++ b/meta-oe/recipes-navigation/geos/geos.inc
@@ -2,20 +2,20 @@ DESCRIPTION = "GEOS - Geometry Engine, Open Source"
2HOMEPAGE = "http://trac.osgeo.org/geos/" 2HOMEPAGE = "http://trac.osgeo.org/geos/"
3SECTION = "libs" 3SECTION = "libs"
4 4
5INC_PR = "r1"
6
7LICENSE = "LGPLv2.1+" 5LICENSE = "LGPLv2.1+"
8LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" 6LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
9 7
10SRC_URI = "http://download.osgeo.org/geos/geos-${PV}.tar.bz2" 8SRC_URI = "http://download.osgeo.org/geos/geos-${PV}.tar.bz2"
11 9
12inherit autotools pkgconfig 10inherit autotools pkgconfig binconfig
11
12PACKAGES =+ "geoslib ${PN}-c1"
13
14DESCRIPTION_${PN}lib = "Geometry engine for Geographic Information Systems - C++ Library"
15FILES_${PN}lib += "${libdir}/libgeos-${PV}.so"
16
17DESCRIPTION_${PN}-c1 = "Geometry engine for Geographic Information Systems - C Library"
18FILES_${PN}-c1 += "${libdir}/libgeos_c.so.*"
13 19
14# libgeos-${PV}.so is needed in PV 20ALLOW_EMPTY_${PN} = "1"
15FILES_SOLIBSDEV = "" 21RDEPENDS_${PN} += "geoslib ${PN}-c1"
16FILES_${PN}-dev = "${libdir}/*.la \
17 ${libdir}/libgeos.so \
18 ${libdir}/libgeos_c.so \
19 ${includedir}"
20FILES_${PN} += " ${libdir}/libgeos-${PV}.so"
21INSANE_SKIP_${PN} = "dev-so"