From: Liu Yiding Date: Mon, 26 Jan 2026 08:13:57 +0000 (+0800) Subject: cmake: upgrade 4.2.1 -> 4.2.2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ac04f4746151029ebd9efbd8388debd8ca322df;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git cmake: upgrade 4.2.1 -> 4.2.2 Changelog: https://cmake.org/cmake/help/v4.2/release/4.2.html#id2 Signed-off-by: Liu Yiding Signed-off-by: Mathieu Dubois-Briand --- diff --git a/meta/recipes-devtools/cmake/cmake-native_4.2.1.bb b/meta/recipes-devtools/cmake/cmake-native_4.2.2.bb similarity index 100% rename from meta/recipes-devtools/cmake/cmake-native_4.2.1.bb rename to meta/recipes-devtools/cmake/cmake-native_4.2.2.bb diff --git a/meta/recipes-devtools/cmake/cmake.inc b/meta/recipes-devtools/cmake/cmake.inc index d120638b1b..ee771a1d64 100644 --- a/meta/recipes-devtools/cmake/cmake.inc +++ b/meta/recipes-devtools/cmake/cmake.inc @@ -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] = "414aacfac54ba0e78e64a018720b64ed6bfca14b587047b8b3489f407a14a070" +SRC_URI[sha256sum] = "bbda94dd31636e89eb1cc18f8355f6b01d9193d7676549fba282057e8b730f58" UPSTREAM_CHECK_REGEX = "cmake-(?P\d+(\.\d+)+)\.tar" diff --git a/meta/recipes-devtools/cmake/cmake_4.2.1.bb b/meta/recipes-devtools/cmake/cmake_4.2.2.bb similarity index 100% rename from meta/recipes-devtools/cmake/cmake_4.2.1.bb rename to meta/recipes-devtools/cmake/cmake_4.2.2.bb