mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-18 22:56:15 +00:00
geos: Fix packaging
Due to the library file name change, the subpackage "geoslib" does not get generated, and the main geos package has unsatisfied dependencies. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 405ee461078cfed493bd6ca06f922860be5081d0) Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
8a2642e735
commit
f27be5ba3f
@ -13,7 +13,7 @@ inherit cmake pkgconfig binconfig
|
||||
PACKAGES =+ "geoslib ${PN}-c1"
|
||||
|
||||
DESCRIPTION:${PN}lib = "Geometry engine for Geographic Information Systems - C++ Library"
|
||||
FILES:${PN}lib += "${libdir}/libgeos-${PV}.so"
|
||||
FILES:${PN}lib += "${libdir}/libgeos.so.*"
|
||||
|
||||
DESCRIPTION:${PN}-c1 = "Geometry engine for Geographic Information Systems - C Library"
|
||||
FILES:${PN}-c1 += "${libdir}/libgeos_c.so.*"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user