From: Moritz Haase Date: Tue, 23 Sep 2025 06:47:53 +0000 (+0200) Subject: cmake: upgrade 4.1.0 -> 4.1.1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=86c0044eb72605e68cc6288f82d615305e94641e;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git cmake: upgrade 4.1.0 -> 4.1.1 Release notes are available at [0]. [0]: https://cmake.org/cmake/help/v4.1/release/4.1.html#id1 Signed-off-by: Moritz Haase Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/cmake/cmake-native_4.1.0.bb b/meta/recipes-devtools/cmake/cmake-native_4.1.1.bb similarity index 100% rename from meta/recipes-devtools/cmake/cmake-native_4.1.0.bb rename to meta/recipes-devtools/cmake/cmake-native_4.1.1.bb diff --git a/meta/recipes-devtools/cmake/cmake.inc b/meta/recipes-devtools/cmake/cmake.inc index b2d3d60ef9..e86bb3dec1 100644 --- a/meta/recipes-devtools/cmake/cmake.inc +++ b/meta/recipes-devtools/cmake/cmake.inc @@ -20,7 +20,7 @@ SRC_URI = "https://cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-${PV}.tar.gz \ file://0001-cmCTestCurl-Avoid-using-undocumented-type-for-CURLOP.patch \ " -SRC_URI[sha256sum] = "81ee8170028865581a8e10eaf055afb620fa4baa0beb6387241241a975033508" +SRC_URI[sha256sum] = "b29f6f19733aa224b7763507a108a427ed48c688e1faf22b29c44e1c30549282" UPSTREAM_CHECK_REGEX = "cmake-(?P\d+(\.\d+)+)\.tar" diff --git a/meta/recipes-devtools/cmake/cmake_4.1.0.bb b/meta/recipes-devtools/cmake/cmake_4.1.1.bb similarity index 100% rename from meta/recipes-devtools/cmake/cmake_4.1.0.bb rename to meta/recipes-devtools/cmake/cmake_4.1.1.bb