mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
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.*"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user