[oe] [meta-oe][PATCH 01/10] geos: fix typo in FILES_${PN}-dev

Martin Jansa martin.jansa at gmail.com
Tue Dec 18 16:55:00 UTC 2012


Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-navigation/geos/geos.inc | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-navigation/geos/geos.inc b/meta-oe/recipes-navigation/geos/geos.inc
index eda4ad3..e0c82bc 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"
 HOMEPAGE = "http://trac.osgeo.org/geos/"
 SECTION = "libs"
 
-INC_PR = "r0"
+INC_PR = "r1"
 
 LICENSE = "LGPLv2.1+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
@@ -13,7 +13,9 @@ inherit autotools pkgconfig
 
 # libgeos-${PV}.so is needed in PV
 FILES_SOLIBSDEV = ""
-FIELS_${PN}-dev = "${libdir}/libgeos.so \
-                   ${libdir}/libgeos_c.so"
+FILES_${PN}-dev = "${libdir}/*.la \
+                   ${libdir}/libgeos.so \
+                   ${libdir}/libgeos_c.so \
+                   ${includedir}"
 FILES_${PN} += " ${libdir}/libgeos-${PV}.so"
 INSANE_SKIP_${PN} = "dev-so"
-- 
1.8.0.2





More information about the Openembedded-devel mailing list