diff options
author | Changqing Li <changqing.li@windriver.com> | 2021-12-08 10:33:27 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-12 11:27:23 +0000 |
commit | 1426525375cd5a1568598cc1634b14664bcc0750 (patch) | |
tree | 9243f86cc77fc1a259769bc2712e1c74a70954e3 /meta/recipes-devtools/cmake | |
parent | d2a2b83b2d13e050450b39ef07d50b35a1bc2d93 (diff) | |
download | poky-1426525375cd5a1568598cc1634b14664bcc0750.tar.gz |
cmake: upgrade 3.22.0 -> 3.22.1
This upgrade include a bug fix:
Refer:
https://gitlab.kitware.com/cmake/cmake/-/issues/22963
https://gitlab.kitware.com/cmake/cmake/-/commit/643fc46bdc13dd57584d5d77eee30a99308ba896
(From OE-Core rev: 63bf94e26443b3790648c393f36203e9954b85de)
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/cmake')
-rw-r--r-- | meta/recipes-devtools/cmake/cmake-native_3.22.1.bb (renamed from meta/recipes-devtools/cmake/cmake-native_3.22.0.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/cmake/cmake.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/cmake/cmake_3.22.1.bb (renamed from meta/recipes-devtools/cmake/cmake_3.22.0.bb) | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/cmake/cmake-native_3.22.0.bb b/meta/recipes-devtools/cmake/cmake-native_3.22.1.bb index 335097d387..335097d387 100644 --- a/meta/recipes-devtools/cmake/cmake-native_3.22.0.bb +++ b/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 \ | |||
21 | file://0004-Fail-silently-if-system-Qt-installation-is-broken.patch \ | 21 | file://0004-Fail-silently-if-system-Qt-installation-is-broken.patch \ |
22 | " | 22 | " |
23 | 23 | ||
24 | SRC_URI[sha256sum] = "998c7ba34778d2dfdb3df8a695469e24b11e2bfa21fbe41b361a3f45e1c9345e" | 24 | SRC_URI[sha256sum] = "0e998229549d7b3f368703d20e248e7ee1f853910d42704aa87918c213ea82c0" |
25 | 25 | ||
26 | UPSTREAM_CHECK_REGEX = "cmake-(?P<pver>\d+(\.\d+)+)\.tar" | 26 | UPSTREAM_CHECK_REGEX = "cmake-(?P<pver>\d+(\.\d+)+)\.tar" |
27 | 27 | ||
diff --git a/meta/recipes-devtools/cmake/cmake_3.22.0.bb b/meta/recipes-devtools/cmake/cmake_3.22.1.bb index 36c6357dd8..36c6357dd8 100644 --- a/meta/recipes-devtools/cmake/cmake_3.22.0.bb +++ b/meta/recipes-devtools/cmake/cmake_3.22.1.bb | |||