diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-02-06 15:02:40 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-02-09 09:52:07 -0800 |
commit | d2d364eab85d5b519b5636be2e49dbb42940541f (patch) | |
tree | 46f074d2a4ed2f13b87ba97da0f32a70d7b487ec /meta-oe/recipes-navigation | |
parent | 3846f9d7e927c9a5f2ca1cf645fe289276874663 (diff) | |
download | meta-openembedded-d2d364eab85d5b519b5636be2e49dbb42940541f.tar.gz |
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 <wangmy@fujitsu.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.1.bb (renamed from 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.1.bb index 0382e6bdf..461652a5a 100644 --- a/meta-oe/recipes-navigation/geos/geos_3.12.0.bb +++ b/meta-oe/recipes-navigation/geos/geos_3.12.1.bb | |||
@@ -6,7 +6,7 @@ LICENSE = "LGPL-2.1-or-later" | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
7 | 7 | ||
8 | SRC_URI = "http://download.osgeo.org/${BPN}/${BP}.tar.bz2" | 8 | SRC_URI = "http://download.osgeo.org/${BPN}/${BP}.tar.bz2" |
9 | SRC_URI[sha256sum] = "d96db96011259178a35555a0f6d6e75a739e52a495a6b2aa5efb3d75390fbc39" | 9 | SRC_URI[sha256sum] = "d6ea7e492224b51193e8244fe3ec17c4d44d0777f3c32ca4fb171140549a0d03" |
10 | 10 | ||
11 | inherit cmake pkgconfig binconfig | 11 | inherit cmake pkgconfig binconfig |
12 | 12 | ||