cmake: upgrade 3.22.0 -> 3.22.1

Message ID 20211208023327.14778-1-changqing.li@windriver.com
State Accepted, archived
Commit 63bf94e26443b3790648c393f36203e9954b85de
Headers show
Series cmake: upgrade 3.22.0 -> 3.22.1 | expand

Commit Message

Changqing Li Dec. 8, 2021, 2:33 a.m. UTC
From: Changqing Li <changqing.li@windriver.com>

This upgrade include a bug fix:
Refer:
https://gitlab.kitware.com/cmake/cmake/-/issues/22963
https://gitlab.kitware.com/cmake/cmake/-/commit/643fc46bdc13dd57584d5d77eee30a99308ba896

Signed-off-by: Changqing Li <changqing.li@windriver.com>
---
 .../cmake/{cmake-native_3.22.0.bb => cmake-native_3.22.1.bb}    | 0
 meta/recipes-devtools/cmake/cmake.inc                           | 2 +-
 .../recipes-devtools/cmake/{cmake_3.22.0.bb => cmake_3.22.1.bb} | 0
 3 files changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/cmake/{cmake-native_3.22.0.bb => cmake-native_3.22.1.bb} (100%)
 rename meta/recipes-devtools/cmake/{cmake_3.22.0.bb => cmake_3.22.1.bb} (100%)

Patch

diff --git a/meta/recipes-devtools/cmake/cmake-native_3.22.0.bb b/meta/recipes-devtools/cmake/cmake-native_3.22.1.bb
similarity index 100%
rename from meta/recipes-devtools/cmake/cmake-native_3.22.0.bb
rename to meta/recipes-devtools/cmake/cmake-native_3.22.1.bb
diff --git a/meta/recipes-devtools/cmake/cmake.inc b/meta/recipes-devtools/cmake/cmake.inc
index 2cd8193d6f..628734ac73 100644
--- a/meta/recipes-devtools/cmake/cmake.inc
+++ b/meta/recipes-devtools/cmake/cmake.inc
@@ -21,7 +21,7 @@  SRC_URI = "https://cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-${PV}.tar.gz \
            file://0004-Fail-silently-if-system-Qt-installation-is-broken.patch \
 "
 
-SRC_URI[sha256sum] = "998c7ba34778d2dfdb3df8a695469e24b11e2bfa21fbe41b361a3f45e1c9345e"
+SRC_URI[sha256sum] = "0e998229549d7b3f368703d20e248e7ee1f853910d42704aa87918c213ea82c0"
 
 UPSTREAM_CHECK_REGEX = "cmake-(?P<pver>\d+(\.\d+)+)\.tar"
 
diff --git a/meta/recipes-devtools/cmake/cmake_3.22.0.bb b/meta/recipes-devtools/cmake/cmake_3.22.1.bb
similarity index 100%
rename from meta/recipes-devtools/cmake/cmake_3.22.0.bb
rename to meta/recipes-devtools/cmake/cmake_3.22.1.bb