summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-navigation
diff options
context:
space:
mode:
authorZoltán Böszörményi <zboszor@gmail.com>2023-11-10 11:38:56 +0100
committerKhem Raj <raj.khem@gmail.com>2023-11-10 09:13:39 -0800
commit405ee461078cfed493bd6ca06f922860be5081d0 (patch)
treea5cd1b747c1dd7cec2eeda3ae88d1697c4568411 /meta-oe/recipes-navigation
parent75bb23b3b03e225aa012be8bd5998223ae8f9b2f (diff)
downloadmeta-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.bb2
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
13PACKAGES =+ "geoslib ${PN}-c1" 13PACKAGES =+ "geoslib ${PN}-c1"
14 14
15DESCRIPTION:${PN}lib = "Geometry engine for Geographic Information Systems - C++ Library" 15DESCRIPTION:${PN}lib = "Geometry engine for Geographic Information Systems - C++ Library"
16FILES:${PN}lib += "${libdir}/libgeos-${PV}.so" 16FILES:${PN}lib += "${libdir}/libgeos.so.*"
17 17
18DESCRIPTION:${PN}-c1 = "Geometry engine for Geographic Information Systems - C Library" 18DESCRIPTION:${PN}-c1 = "Geometry engine for Geographic Information Systems - C Library"
19FILES:${PN}-c1 += "${libdir}/libgeos_c.so.*" 19FILES:${PN}-c1 += "${libdir}/libgeos_c.so.*"