mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
geos: fix typo in FILES_${PN}-dev
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
4b5d2af979
commit
62b8fad4eb
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user