From patchwork Tue Dec 18 16:55:00 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-oe,01/10] geos: fix typo in FILES_${PN}-dev Date: Tue, 18 Dec 2012 16:55:00 -0000 From: Martin Jansa X-Patchwork-Id: 41277 Message-Id: <62b8fad4ebf763652eadc55238362d5ca072401e.1355849280.git.Martin.Jansa@gmail.com> To: openembedded-devel@lists.openembedded.org Signed-off-by: Martin Jansa --- 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"