From 7ac04f4746151029ebd9efbd8388debd8ca322df Mon Sep 17 00:00:00 2001 From: Liu Yiding Date: Mon, 26 Jan 2026 16:13:57 +0800 Subject: [PATCH] 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 --- .../cmake/{cmake-native_4.2.1.bb => cmake-native_4.2.2.bb} | 0 meta/recipes-devtools/cmake/cmake.inc | 2 +- meta/recipes-devtools/cmake/{cmake_4.2.1.bb => cmake_4.2.2.bb} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/cmake/{cmake-native_4.2.1.bb => cmake-native_4.2.2.bb} (100%) rename meta/recipes-devtools/cmake/{cmake_4.2.1.bb => cmake_4.2.2.bb} (100%) 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 -- 2.47.3