diff mbox series

[1/9] cmake: upgrade 4.4.0 -> 4.4.1

Message ID 20260729211437.3394641-1-richard.purdie@linuxfoundation.org
State New
Headers show
Series [1/9] cmake: upgrade 4.4.0 -> 4.4.1 | expand

Commit Message

Richard Purdie July 29, 2026, 9:14 p.m. UTC
4.4.1 changes in release notes are:

* The FindPython, FindPython3 modules learned to manage, on Windows systems, the pydebug ABI flag.

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

Patch

diff --git a/meta/recipes-devtools/cmake/cmake-native_4.4.0.bb b/meta/recipes-devtools/cmake/cmake-native_4.4.1.bb
similarity index 100%
rename from meta/recipes-devtools/cmake/cmake-native_4.4.0.bb
rename to meta/recipes-devtools/cmake/cmake-native_4.4.1.bb
diff --git a/meta/recipes-devtools/cmake/cmake.inc b/meta/recipes-devtools/cmake/cmake.inc
index 85b444d9f92..45172da729b 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] = "65757f442fdd242e27f1728fc26dc0cba4164f7a0791a5c788631c00080369bc"
+SRC_URI[sha256sum] = "95d4721f3625fb0d9d6ca480dd59a46c84b4c157f7fadd2e9b179ef9c871174d"
 
 UPSTREAM_CHECK_REGEX = "cmake-(?P<pver>\d+(\.\d+)+)\.tar"
 
diff --git a/meta/recipes-devtools/cmake/cmake_4.4.0.bb b/meta/recipes-devtools/cmake/cmake_4.4.1.bb
similarity index 100%
rename from meta/recipes-devtools/cmake/cmake_4.4.0.bb
rename to meta/recipes-devtools/cmake/cmake_4.4.1.bb