From: Sudip Mukherjee Date: Fri, 2 Jun 2023 22:38:23 +0000 (+0100) Subject: cmake: upgrade to v3.26.4 X-Git-Tag: uninative-4.1~507 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bdd56bd556a181548318c332db8205647336093;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git cmake: upgrade to v3.26.4 Signed-off-by: Sudip Mukherjee Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-devtools/cmake/cmake-native_3.26.3.bb b/meta/recipes-devtools/cmake/cmake-native_3.26.4.bb similarity index 100% rename from meta/recipes-devtools/cmake/cmake-native_3.26.3.bb rename to meta/recipes-devtools/cmake/cmake-native_3.26.4.bb diff --git a/meta/recipes-devtools/cmake/cmake.inc b/meta/recipes-devtools/cmake/cmake.inc index 2b6554690b6..7788a5c45a7 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] = "bbd8d39217509d163cb544a40d6428ac666ddc83e22905d3e52c925781f0f659" +SRC_URI[sha256sum] = "313b6880c291bd4fe31c0aa51d6e62659282a521e695f30d5cc0d25abbd5c208" UPSTREAM_CHECK_REGEX = "cmake-(?P\d+(\.\d+)+)\.tar" diff --git a/meta/recipes-devtools/cmake/cmake_3.26.3.bb b/meta/recipes-devtools/cmake/cmake_3.26.4.bb similarity index 100% rename from meta/recipes-devtools/cmake/cmake_3.26.3.bb rename to meta/recipes-devtools/cmake/cmake_3.26.4.bb