summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-navigation
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2012-12-17 20:16:34 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2012-12-18 17:33:02 +0100
commit62b8fad4ebf763652eadc55238362d5ca072401e (patch)
tree82aadf93c8c8caa2925105649718220a829c8f85 /meta-oe/recipes-navigation
parent4b5d2af979c17c6a2a65a6ea9a4e7f41414c9feb (diff)
downloadmeta-openembedded-62b8fad4ebf763652eadc55238362d5ca072401e.tar.gz
geos: fix typo in FILES_${PN}-dev
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-navigation')
-rw-r--r--meta-oe/recipes-navigation/geos/geos.inc8
1 files changed, 5 insertions, 3 deletions
diff --git a/meta-oe/recipes-navigation/geos/geos.inc b/meta-oe/recipes-navigation/geos/geos.inc
index eda4ad32f..e0c82bc97 100644
--- a/meta-oe/recipes-navigation/geos/geos.inc
+++ b/meta-oe/recipes-navigation/geos/geos.inc
@@ -2,7 +2,7 @@ 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 = "r0" 5INC_PR = "r1"
6 6
7LICENSE = "LGPLv2.1+" 7LICENSE = "LGPLv2.1+"
8LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" 8LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
@@ -13,7 +13,9 @@ inherit autotools pkgconfig
13 13
14# libgeos-${PV}.so is needed in PV 14# libgeos-${PV}.so is needed in PV
15FILES_SOLIBSDEV = "" 15FILES_SOLIBSDEV = ""
16FIELS_${PN}-dev = "${libdir}/libgeos.so \ 16FILES_${PN}-dev = "${libdir}/*.la \
17 ${libdir}/libgeos_c.so" 17 ${libdir}/libgeos.so \
18 ${libdir}/libgeos_c.so \
19 ${includedir}"
18FILES_${PN} += " ${libdir}/libgeos-${PV}.so" 20FILES_${PN} += " ${libdir}/libgeos-${PV}.so"
19INSANE_SKIP_${PN} = "dev-so" 21INSANE_SKIP_${PN} = "dev-so"