From: Zoltán Böszörményi <[email protected]> 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 <[email protected]> Signed-off-by: Khem Raj <[email protected]> (cherry picked from commit 405ee461078cfed493bd6ca06f922860be5081d0) Signed-off-by: Armin Kuster <[email protected]> --- meta-oe/recipes-navigation/geos/geos_3.12.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-navigation/geos/geos_3.12.0.bb b/meta-oe/recipes-navigation/geos/geos_3.12.0.bb index 95cb29775a..0382e6bdfe 100644 --- a/meta-oe/recipes-navigation/geos/geos_3.12.0.bb +++ b/meta-oe/recipes-navigation/geos/geos_3.12.0.bb @@ -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.*" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#107895): https://lists.openembedded.org/g/openembedded-devel/message/107895 Mute This Topic: https://lists.openembedded.org/mt/103421500/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
