diff options
author | Zoltán Böszörményi <zboszor@gmail.com> | 2023-11-10 11:38:56 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-11-10 09:13:39 -0800 |
commit | 405ee461078cfed493bd6ca06f922860be5081d0 (patch) | |
tree | a5cd1b747c1dd7cec2eeda3ae88d1697c4568411 /meta-oe/recipes-navigation | |
parent | 75bb23b3b03e225aa012be8bd5998223ae8f9b2f (diff) | |
download | meta-openembedded-405ee461078cfed493bd6ca06f922860be5081d0.tar.gz |
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>
Diffstat (limited to 'meta-oe/recipes-navigation')
-rw-r--r-- | meta-oe/recipes-navigation/geos/geos_3.12.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 95cb29775..0382e6bdf 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 | |||
13 | PACKAGES =+ "geoslib ${PN}-c1" | 13 | PACKAGES =+ "geoslib ${PN}-c1" |
14 | 14 | ||
15 | DESCRIPTION:${PN}lib = "Geometry engine for Geographic Information Systems - C++ Library" | 15 | DESCRIPTION:${PN}lib = "Geometry engine for Geographic Information Systems - C++ Library" |
16 | FILES:${PN}lib += "${libdir}/libgeos-${PV}.so" | 16 | FILES:${PN}lib += "${libdir}/libgeos.so.*" |
17 | 17 | ||
18 | DESCRIPTION:${PN}-c1 = "Geometry engine for Geographic Information Systems - C Library" | 18 | DESCRIPTION:${PN}-c1 = "Geometry engine for Geographic Information Systems - C Library" |
19 | FILES:${PN}-c1 += "${libdir}/libgeos_c.so.*" | 19 | FILES:${PN}-c1 += "${libdir}/libgeos_c.so.*" |