From 57a0ab3abf70963d13c6ccea275cd70d8531c0ff Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Fri, 23 Jul 2021 00:45:03 +0200 Subject: [PATCH] cmake: update 3.20.5 -> 3.21.0 Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- .../cmake/{cmake-native_3.20.5.bb => cmake-native_3.21.0.bb} | 0 meta/recipes-devtools/cmake/cmake.inc | 2 +- .../recipes-devtools/cmake/{cmake_3.20.5.bb => cmake_3.21.0.bb} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/cmake/{cmake-native_3.20.5.bb => cmake-native_3.21.0.bb} (100%) rename meta/recipes-devtools/cmake/{cmake_3.20.5.bb => cmake_3.21.0.bb} (100%) diff --git a/meta/recipes-devtools/cmake/cmake-native_3.20.5.bb b/meta/recipes-devtools/cmake/cmake-native_3.21.0.bb similarity index 100% rename from meta/recipes-devtools/cmake/cmake-native_3.20.5.bb rename to meta/recipes-devtools/cmake/cmake-native_3.21.0.bb diff --git a/meta/recipes-devtools/cmake/cmake.inc b/meta/recipes-devtools/cmake/cmake.inc index c557a55527..358f284279 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] = "12c8040ef5c6f1bc5b8868cede16bb7926c18980f59779e299ab52cbc6f15bb0" +SRC_URI[sha256sum] = "4a42d56449a51f4d3809ab4d3b61fd4a96a469e56266e896ce1009b5768bd2ab" UPSTREAM_CHECK_REGEX = "cmake-(?P\d+(\.\d+)+)\.tar" diff --git a/meta/recipes-devtools/cmake/cmake_3.20.5.bb b/meta/recipes-devtools/cmake/cmake_3.21.0.bb similarity index 100% rename from meta/recipes-devtools/cmake/cmake_3.20.5.bb rename to meta/recipes-devtools/cmake/cmake_3.21.0.bb -- 2.40.1