mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 13:00:02 +00:00
geos: fix typo in FILES_${PN}-dev
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -2,7 +2,7 @@ DESCRIPTION = "GEOS - Geometry Engine, Open Source"
|
|||||||
HOMEPAGE = "http://trac.osgeo.org/geos/"
|
HOMEPAGE = "http://trac.osgeo.org/geos/"
|
||||||
SECTION = "libs"
|
SECTION = "libs"
|
||||||
|
|
||||||
INC_PR = "r0"
|
INC_PR = "r1"
|
||||||
|
|
||||||
LICENSE = "LGPLv2.1+"
|
LICENSE = "LGPLv2.1+"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
|
||||||
@@ -13,7 +13,9 @@ inherit autotools pkgconfig
|
|||||||
|
|
||||||
# libgeos-${PV}.so is needed in PV
|
# libgeos-${PV}.so is needed in PV
|
||||||
FILES_SOLIBSDEV = ""
|
FILES_SOLIBSDEV = ""
|
||||||
FIELS_${PN}-dev = "${libdir}/libgeos.so \
|
FILES_${PN}-dev = "${libdir}/*.la \
|
||||||
${libdir}/libgeos_c.so"
|
${libdir}/libgeos.so \
|
||||||
|
${libdir}/libgeos_c.so \
|
||||||
|
${includedir}"
|
||||||
FILES_${PN} += " ${libdir}/libgeos-${PV}.so"
|
FILES_${PN} += " ${libdir}/libgeos-${PV}.so"
|
||||||
INSANE_SKIP_${PN} = "dev-so"
|
INSANE_SKIP_${PN} = "dev-so"
|
||||||
|
|||||||
Reference in New Issue
Block a user