diff mbox series

[7/8] cmake: upgrade 4.3.4 -> 4.4.0

Message ID 20260711123626.1583730-7-richard.purdie@linuxfoundation.org
State New
Headers show
Series [1/8] fontconfig: upgrade 2.18.1 -> 2.18.2 | expand

Commit Message

Richard Purdie July 11, 2026, 12:36 p.m. UTC
License-update: libuv split a LICENSE file into a LICENSE-extra file but it
is all still MIT. https://github.com/libuv/libuv/commit/61e0bbda6bf2416210b54ad80bb3f19e4876a896

Also copyright year changes.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../cmake/{cmake-native_4.3.4.bb => cmake-native_4.4.0.bb}    | 4 ++--
 meta/recipes-devtools/cmake/cmake.inc                         | 2 +-
 .../recipes-devtools/cmake/{cmake_4.3.4.bb => cmake_4.4.0.bb} | 0
 3 files changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-devtools/cmake/{cmake-native_4.3.4.bb => cmake-native_4.4.0.bb} (94%)
 rename meta/recipes-devtools/cmake/{cmake_4.3.4.bb => cmake_4.4.0.bb} (100%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/cmake/cmake-native_4.3.4.bb b/meta/recipes-devtools/cmake/cmake-native_4.4.0.bb
similarity index 94%
rename from meta/recipes-devtools/cmake/cmake-native_4.3.4.bb
rename to meta/recipes-devtools/cmake/cmake-native_4.4.0.bb
index a859cef1517..840a2fddb99 100644
--- a/meta/recipes-devtools/cmake/cmake-native_4.3.4.bb
+++ b/meta/recipes-devtools/cmake/cmake-native_4.4.0.bb
@@ -13,8 +13,8 @@  LIC_FILES_CHKSUM:append = " \
     file://Utilities/cmlibarchive/COPYING;md5=7ce08437ff7f5e24d72e666313ae4084 \
     file://Utilities/cmexpat/COPYING;md5=f4fedd6116da0e171f7cb4d2923d7ac2 \
     file://Utilities/cmlibrhash/COPYING;md5=a8c2a557a5c53b1c12cddbee98c099af \
-    file://Utilities/cmlibuv/LICENSE;md5=ad93ca1fffe931537fcf64f6fcce084d \
-    file://Utilities/cmcurl/COPYING;md5=72f4e9890e99e68d77b7e40703d789b8 \
+    file://Utilities/cmlibuv/LICENSE;md5=74b6f2f7818a4e3a80d03556f71b129b \
+    file://Utilities/cmcurl/COPYING;md5=0515352b285b9c3f66464b135c9c0fdc \
     file://Utilities/cmcppdap/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
 "
 
diff --git a/meta/recipes-devtools/cmake/cmake.inc b/meta/recipes-devtools/cmake/cmake.inc
index f08b0715ba7..85b444d9f92 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] = "fdeff897b9eb49d764539f2b1edc6eb7e1440df325678a97c1978499e931adda"
+SRC_URI[sha256sum] = "65757f442fdd242e27f1728fc26dc0cba4164f7a0791a5c788631c00080369bc"
 
 UPSTREAM_CHECK_REGEX = "cmake-(?P<pver>\d+(\.\d+)+)\.tar"
 
diff --git a/meta/recipes-devtools/cmake/cmake_4.3.4.bb b/meta/recipes-devtools/cmake/cmake_4.4.0.bb
similarity index 100%
rename from meta/recipes-devtools/cmake/cmake_4.3.4.bb
rename to meta/recipes-devtools/cmake/cmake_4.4.0.bb