mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +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>
This commit is contained in:
committed by
Khem Raj
parent
75bb23b3b0
commit
405ee46107
@@ -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.*"
|
||||
|
||||
Reference in New Issue
Block a user