From d2d364eab85d5b519b5636be2e49dbb42940541f Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 6 Feb 2024 15:02:40 +0800 Subject: geos: upgrade 3.12.0 -> 3.12.1 Changelog: =========== - Remove undefined behaviour in use of null PrecisionModel - Explicitly set endianness for some tests so that output matches expected - Fix IncrementalDelaunayTriangulator to ensure triangulation boundary is convex - Improve scale handling for PrecisionModel - Fix PreparedLineStringDistance for lines within envelope and polygons - Fix error in CoordinateSequence::add when disallowing repeated points - Fix InteriorPointPoint to handle empty elements - Skip over testing empty distances for mixed collections. - Fix TopologyPreservingSimplifier endpoint handling to avoid self-intersections - Build warnings with Visual Studio - Fix CMake on Windows with Visual Studio Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-navigation/geos/geos_3.12.0.bb | 22 ---------------------- meta-oe/recipes-navigation/geos/geos_3.12.1.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta-oe/recipes-navigation/geos/geos_3.12.0.bb create mode 100644 meta-oe/recipes-navigation/geos/geos_3.12.1.bb diff --git a/meta-oe/recipes-navigation/geos/geos_3.12.0.bb b/meta-oe/recipes-navigation/geos/geos_3.12.0.bb deleted file mode 100644 index 0382e6bdfe..0000000000 --- a/meta-oe/recipes-navigation/geos/geos_3.12.0.bb +++ /dev/null @@ -1,22 +0,0 @@ -DESCRIPTION = "GEOS - Geometry Engine, Open Source" -HOMEPAGE = "http://trac.osgeo.org/geos/" -SECTION = "libs" - -LICENSE = "LGPL-2.1-or-later" -LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" - -SRC_URI = "http://download.osgeo.org/${BPN}/${BP}.tar.bz2" -SRC_URI[sha256sum] = "d96db96011259178a35555a0f6d6e75a739e52a495a6b2aa5efb3d75390fbc39" - -inherit cmake pkgconfig binconfig - -PACKAGES =+ "geoslib ${PN}-c1" - -DESCRIPTION:${PN}lib = "Geometry engine for Geographic Information Systems - C++ Library" -FILES:${PN}lib += "${libdir}/libgeos.so.*" - -DESCRIPTION:${PN}-c1 = "Geometry engine for Geographic Information Systems - C Library" -FILES:${PN}-c1 += "${libdir}/libgeos_c.so.*" - -ALLOW_EMPTY:${PN} = "1" -RDEPENDS:${PN} += "geoslib ${PN}-c1" diff --git a/meta-oe/recipes-navigation/geos/geos_3.12.1.bb b/meta-oe/recipes-navigation/geos/geos_3.12.1.bb new file mode 100644 index 0000000000..461652a5ad --- /dev/null +++ b/meta-oe/recipes-navigation/geos/geos_3.12.1.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "GEOS - Geometry Engine, Open Source" +HOMEPAGE = "http://trac.osgeo.org/geos/" +SECTION = "libs" + +LICENSE = "LGPL-2.1-or-later" +LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" + +SRC_URI = "http://download.osgeo.org/${BPN}/${BP}.tar.bz2" +SRC_URI[sha256sum] = "d6ea7e492224b51193e8244fe3ec17c4d44d0777f3c32ca4fb171140549a0d03" + +inherit cmake pkgconfig binconfig + +PACKAGES =+ "geoslib ${PN}-c1" + +DESCRIPTION:${PN}lib = "Geometry engine for Geographic Information Systems - C++ Library" +FILES:${PN}lib += "${libdir}/libgeos.so.*" + +DESCRIPTION:${PN}-c1 = "Geometry engine for Geographic Information Systems - C Library" +FILES:${PN}-c1 += "${libdir}/libgeos_c.so.*" + +ALLOW_EMPTY:${PN} = "1" +RDEPENDS:${PN} += "geoslib ${PN}-c1" -- cgit v1.2.3-54-g00ecf