]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
cmake: upgrade 3.27.5 -> 3.27.7
authorAlexander Kanavin <alex.kanavin@gmail.com>
Mon, 27 Nov 2023 10:17:38 +0000 (11:17 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 30 Nov 2023 08:42:52 +0000 (08:42 +0000)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/recipes-devtools/cmake/cmake-native_3.27.7.bb [moved from meta/recipes-devtools/cmake/cmake-native_3.27.5.bb with 100% similarity]
meta/recipes-devtools/cmake/cmake.inc
meta/recipes-devtools/cmake/cmake_3.27.7.bb [moved from meta/recipes-devtools/cmake/cmake_3.27.5.bb with 100% similarity]

index ef4eec5ab1b74e75e36181af54549ef6a05bbaac..ecb0e487df2483db83ab19afd73aa90cbd8a20f5 100644 (file)
@@ -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] = "5175e8fe1ca9b1dd09090130db7201968bcce1595971ff9e9998c2f0765004c9"
+SRC_URI[sha256sum] = "08f71a106036bf051f692760ef9558c0577c42ac39e96ba097e7662bd4158d8e"
 
 UPSTREAM_CHECK_REGEX = "cmake-(?P<pver>\d+(\.\d+)+)\.tar"