diff options
author | Moritz Haase <Moritz.Haase@bmw.de> | 2025-08-11 07:46:43 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-14 10:31:10 +0100 |
commit | 222d084261ccd585a0798ea92cd6ca0ca97dde8f (patch) | |
tree | 3f720382342d610071c20cd86454a3b8c14900d6 | |
parent | f8d9e4711a3e5c2b59055d7c359cf8051325f9f5 (diff) | |
download | poky-222d084261ccd585a0798ea92cd6ca0ca97dde8f.tar.gz |
cmake: upgrade 4.0.3 -> 4.1.0
Release notes are available at [0].
[0]: https://cmake.org/cmake/help/v4.1/release/4.1.html
(From OE-Core rev: 438294125d577754e2cb0447ab989e0341f5c342)
Signed-off-by: Moritz Haase <Moritz.Haase@bmw.de>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/cmake/cmake-native_4.1.0.bb (renamed from meta/recipes-devtools/cmake/cmake-native_4.0.3.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/cmake/cmake.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/cmake/cmake_4.1.0.bb (renamed from meta/recipes-devtools/cmake/cmake_4.0.3.bb) | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/cmake/cmake-native_4.0.3.bb b/meta/recipes-devtools/cmake/cmake-native_4.1.0.bb index 7b90bff52f..7b90bff52f 100644 --- a/meta/recipes-devtools/cmake/cmake-native_4.0.3.bb +++ b/meta/recipes-devtools/cmake/cmake-native_4.1.0.bb | |||
diff --git a/meta/recipes-devtools/cmake/cmake.inc b/meta/recipes-devtools/cmake/cmake.inc index a15dfd3bb4..cbeeb31520 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])}" | |||
19 | SRC_URI = "https://cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-${PV}.tar.gz \ | 19 | SRC_URI = "https://cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-${PV}.tar.gz \ |
20 | " | 20 | " |
21 | 21 | ||
22 | SRC_URI[sha256sum] = "8d3537b7b7732660ea247398f166be892fe6131d63cc291944b45b91279f3ffb" | 22 | SRC_URI[sha256sum] = "81ee8170028865581a8e10eaf055afb620fa4baa0beb6387241241a975033508" |
23 | 23 | ||
24 | UPSTREAM_CHECK_REGEX = "cmake-(?P<pver>\d+(\.\d+)+)\.tar" | 24 | UPSTREAM_CHECK_REGEX = "cmake-(?P<pver>\d+(\.\d+)+)\.tar" |
25 | 25 | ||
diff --git a/meta/recipes-devtools/cmake/cmake_4.0.3.bb b/meta/recipes-devtools/cmake/cmake_4.1.0.bb index cfc5cb1b93..cfc5cb1b93 100644 --- a/meta/recipes-devtools/cmake/cmake_4.0.3.bb +++ b/meta/recipes-devtools/cmake/cmake_4.1.0.bb | |||