diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-17 20:16:34 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-18 17:33:02 +0100 |
commit | 62b8fad4ebf763652eadc55238362d5ca072401e (patch) | |
tree | 82aadf93c8c8caa2925105649718220a829c8f85 /meta-oe/recipes-navigation | |
parent | 4b5d2af979c17c6a2a65a6ea9a4e7f41414c9feb (diff) | |
download | meta-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.inc | 8 |
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" | |||
2 | HOMEPAGE = "http://trac.osgeo.org/geos/" | 2 | HOMEPAGE = "http://trac.osgeo.org/geos/" |
3 | SECTION = "libs" | 3 | SECTION = "libs" |
4 | 4 | ||
5 | INC_PR = "r0" | 5 | INC_PR = "r1" |
6 | 6 | ||
7 | LICENSE = "LGPLv2.1+" | 7 | LICENSE = "LGPLv2.1+" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" | 8 | LIC_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 |
15 | FILES_SOLIBSDEV = "" | 15 | FILES_SOLIBSDEV = "" |
16 | FIELS_${PN}-dev = "${libdir}/libgeos.so \ | 16 | FILES_${PN}-dev = "${libdir}/*.la \ |
17 | ${libdir}/libgeos_c.so" | 17 | ${libdir}/libgeos.so \ |
18 | ${libdir}/libgeos_c.so \ | ||
19 | ${includedir}" | ||
18 | FILES_${PN} += " ${libdir}/libgeos-${PV}.so" | 20 | FILES_${PN} += " ${libdir}/libgeos-${PV}.so" |
19 | INSANE_SKIP_${PN} = "dev-so" | 21 | INSANE_SKIP_${PN} = "dev-so" |