From 890cc2184384a6f4daf9d22390bd825f7c1bf6c7 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 8 Feb 2023 08:21:03 +0100 Subject: [PATCH] cmake: upgrade 3.25.1 -> 3.25.2 Signed-off-by: Alexander Kanavin Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie --- .../cmake/{cmake-native_3.25.1.bb => cmake-native_3.25.2.bb} | 0 meta/recipes-devtools/cmake/cmake.inc | 2 +- ...1-CMakeDetermineSystem-use-oe-environment-vars-to-load.patch | 2 +- .../recipes-devtools/cmake/{cmake_3.25.1.bb => cmake_3.25.2.bb} | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/cmake/{cmake-native_3.25.1.bb => cmake-native_3.25.2.bb} (100%) rename meta/recipes-devtools/cmake/{cmake_3.25.1.bb => cmake_3.25.2.bb} (100%) diff --git a/meta/recipes-devtools/cmake/cmake-native_3.25.1.bb b/meta/recipes-devtools/cmake/cmake-native_3.25.2.bb similarity index 100% rename from meta/recipes-devtools/cmake/cmake-native_3.25.1.bb rename to meta/recipes-devtools/cmake/cmake-native_3.25.2.bb diff --git a/meta/recipes-devtools/cmake/cmake.inc b/meta/recipes-devtools/cmake/cmake.inc index 7da9a2fb554..b7e674c4c4b 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] = "1c511d09516af493694ed9baf13c55947a36389674d657a2d5e0ccedc6b291d8" +SRC_URI[sha256sum] = "c026f22cb931dd532f648f087d587f07a1843c6e66a3dfca4fb0ea21944ed33c" UPSTREAM_CHECK_REGEX = "cmake-(?P\d+(\.\d+)+)\.tar" diff --git a/meta/recipes-devtools/cmake/cmake/0001-CMakeDetermineSystem-use-oe-environment-vars-to-load.patch b/meta/recipes-devtools/cmake/cmake/0001-CMakeDetermineSystem-use-oe-environment-vars-to-load.patch index 451b6ebfad1..d13c367e787 100644 --- a/meta/recipes-devtools/cmake/cmake/0001-CMakeDetermineSystem-use-oe-environment-vars-to-load.patch +++ b/meta/recipes-devtools/cmake/cmake/0001-CMakeDetermineSystem-use-oe-environment-vars-to-load.patch @@ -1,4 +1,4 @@ -From 8e53dd7f6f534ad933e7e9c7fc20cc1a6cded3f4 Mon Sep 17 00:00:00 2001 +From 5acfcb2aba1a5641d390558fdf288373f5e39cb5 Mon Sep 17 00:00:00 2001 From: Cody P Schafer Date: Thu, 27 Apr 2017 11:35:05 -0400 Subject: [PATCH] CMakeDetermineSystem: use oe environment vars to load default diff --git a/meta/recipes-devtools/cmake/cmake_3.25.1.bb b/meta/recipes-devtools/cmake/cmake_3.25.2.bb similarity index 100% rename from meta/recipes-devtools/cmake/cmake_3.25.1.bb rename to meta/recipes-devtools/cmake/cmake_3.25.2.bb -- 2.47.2