]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
cmake: upgrade 4.0.3 -> 4.1.0
authorMoritz Haase <Moritz.Haase@bmw.de>
Mon, 11 Aug 2025 05:46:43 +0000 (07:46 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 14 Aug 2025 07:18:49 +0000 (08:18 +0100)
Release notes are available at [0].

[0]: https://cmake.org/cmake/help/v4.1/release/4.1.html

Signed-off-by: Moritz Haase <Moritz.Haase@bmw.de>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/cmake/cmake-native_4.1.0.bb [moved from meta/recipes-devtools/cmake/cmake-native_4.0.3.bb with 100% similarity]
meta/recipes-devtools/cmake/cmake.inc
meta/recipes-devtools/cmake/cmake_4.1.0.bb [moved from meta/recipes-devtools/cmake/cmake_4.0.3.bb with 100% similarity]

index a15dfd3bb4b1cacab4b50f9c658a951b6990dad1..cbeeb3152098229242cfa17b2901fe3f765e0309 100644 (file)
@@ -19,7 +19,7 @@ CMAKE_MAJOR_VERSION = "${@'.'.join(d.getVar('PV').split('.')[0:2])}"
 SRC_URI = "https://cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-${PV}.tar.gz \
            "
 
-SRC_URI[sha256sum] = "8d3537b7b7732660ea247398f166be892fe6131d63cc291944b45b91279f3ffb"
+SRC_URI[sha256sum] = "81ee8170028865581a8e10eaf055afb620fa4baa0beb6387241241a975033508"
 
 UPSTREAM_CHECK_REGEX = "cmake-(?P<pver>\d+(\.\d+)+)\.tar"