diff options
author | wangmy <wangmy@fujitsu.com> | 2021-06-29 23:04:49 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-02 23:14:32 +0100 |
commit | 59de114558d1c5d8a39b10459602c759ee669cde (patch) | |
tree | b6ed4bb74c9a2b044fac04a7ba0d1e3dc9157a2e /meta | |
parent | bc164bd86aadf981bb29807ab95265f79a176f8d (diff) | |
download | poky-59de114558d1c5d8a39b10459602c759ee669cde.tar.gz |
cmake: upgrade 3.20.4 -> 3.20.5
(From OE-Core rev: f3e9b1fedfdc8bf6829db041fd15e3b8216acbf9)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/cmake/cmake-native_3.20.5.bb (renamed from meta/recipes-devtools/cmake/cmake-native_3.20.4.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/cmake/cmake.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/cmake/cmake_3.20.5.bb (renamed from meta/recipes-devtools/cmake/cmake_3.20.4.bb) | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/cmake/cmake-native_3.20.4.bb b/meta/recipes-devtools/cmake/cmake-native_3.20.5.bb index 335097d387..335097d387 100644 --- a/meta/recipes-devtools/cmake/cmake-native_3.20.4.bb +++ b/meta/recipes-devtools/cmake/cmake-native_3.20.5.bb | |||
diff --git a/meta/recipes-devtools/cmake/cmake.inc b/meta/recipes-devtools/cmake/cmake.inc index cf2cd0c2fa..c557a55527 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] = "87a4060298f2c6bb09d479de1400bc78195a5b55a65622a7dceeb3d1090a1b16" | 24 | SRC_URI[sha256sum] = "12c8040ef5c6f1bc5b8868cede16bb7926c18980f59779e299ab52cbc6f15bb0" |
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.20.4.bb b/meta/recipes-devtools/cmake/cmake_3.20.5.bb index 64c92b89f2..64c92b89f2 100644 --- a/meta/recipes-devtools/cmake/cmake_3.20.4.bb +++ b/meta/recipes-devtools/cmake/cmake_3.20.5.bb | |||