Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *cmake-native,cmake* to *4.2.1,4.2.1* has Succeeded.
Next steps:
- apply the patch: git am
0001-cmake-native-cmake-upgrade-4.2.0-4.2.1-4.2.0-4.2.1.patch
- check the changes to upstream patches and summarize them in the commit
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list
Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.
Please review the attached files for further information and build/update
failures.
Any problem please file a bug at
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler
Regards,
The Upgrade Helper
-- >8 --
>From d15b83d0923a784a7f5c4c43480e87d19ecfab19 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <[email protected]>
Date: Mon, 15 Dec 2025 20:15:59 +0000
Subject: [PATCH] cmake-native,cmake: upgrade 4.2.0 -> 4.2.1,4.2.0 -> 4.2.1
---
.../cmake/{cmake-native_4.2.0.bb => cmake-native_4.2.1.bb} | 0
meta/recipes-devtools/cmake/cmake.inc | 2 +-
...isable-use-of-ext2fs-ext2_fs.h-by-cmake-s-internal.patch | 6 +++---
.../cmake/0002-CMakeLists.txt-disable-USE_NGHTTP2.patch | 6 +++---
.../cmake/{cmake_4.2.0.bb => cmake_4.2.1.bb} | 0
5 files changed, 7 insertions(+), 7 deletions(-)
rename meta/recipes-devtools/cmake/{cmake-native_4.2.0.bb =>
cmake-native_4.2.1.bb} (100%)
rename meta/recipes-devtools/cmake/{cmake_4.2.0.bb => cmake_4.2.1.bb} (100%)
diff --git a/meta/recipes-devtools/cmake/cmake-native_4.2.0.bb
b/meta/recipes-devtools/cmake/cmake-native_4.2.1.bb
similarity index 100%
rename from meta/recipes-devtools/cmake/cmake-native_4.2.0.bb
rename to meta/recipes-devtools/cmake/cmake-native_4.2.1.bb
diff --git a/meta/recipes-devtools/cmake/cmake.inc
b/meta/recipes-devtools/cmake/cmake.inc
index 0dcc5c3f55..d120638b1b 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] =
"4104e94657d247c811cb29985405a360b78130b5d51e7f6daceb2447830bd579"
+SRC_URI[sha256sum] =
"414aacfac54ba0e78e64a018720b64ed6bfca14b587047b8b3489f407a14a070"
UPSTREAM_CHECK_REGEX = "cmake-(?P<pver>\d+(\.\d+)+)\.tar"
diff --git
a/meta/recipes-devtools/cmake/cmake/0001-Disable-use-of-ext2fs-ext2_fs.h-by-cmake-s-internal.patch
b/meta/recipes-devtools/cmake/cmake/0001-Disable-use-of-ext2fs-ext2_fs.h-by-cmake-s-internal.patch
index f31dce5644..0d2de28d5b 100644
---
a/meta/recipes-devtools/cmake/cmake/0001-Disable-use-of-ext2fs-ext2_fs.h-by-cmake-s-internal.patch
+++
b/meta/recipes-devtools/cmake/cmake/0001-Disable-use-of-ext2fs-ext2_fs.h-by-cmake-s-internal.patch
@@ -1,4 +1,4 @@
-From cf8210696ebbaff14612d845bc98fac447c0e6f5 Mon Sep 17 00:00:00 2001
+From 3d87f9fd1071e548cf9a6718c4ade0bfde812c30 Mon Sep 17 00:00:00 2001
From: Otavio Salvador <[email protected]>
Date: Thu, 5 Jul 2018 10:28:04 -0300
Subject: [PATCH] Disable use of ext2fs/ext2_fs.h by cmake's internal
@@ -18,10 +18,10 @@ Signed-off-by: Otavio Salvador <[email protected]>
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/Utilities/cmlibarchive/CMakeLists.txt
b/Utilities/cmlibarchive/CMakeLists.txt
-index
04d986b6ea7d8dc0bd7e909d4e7b4e73c9e35437..014fe78063f7d30c9a4970b7cf3aeeaeb36bcdbc
100644
+index 9957052d..71a7aeb5 100644
--- a/Utilities/cmlibarchive/CMakeLists.txt
+++ b/Utilities/cmlibarchive/CMakeLists.txt
-@@ -745,12 +745,8 @@ LA_CHECK_INCLUDE_FILE("copyfile.h" HAVE_COPYFILE_H)
+@@ -734,12 +734,8 @@ LA_CHECK_INCLUDE_FILE("copyfile.h" HAVE_COPYFILE_H)
LA_CHECK_INCLUDE_FILE("direct.h" HAVE_DIRECT_H)
LA_CHECK_INCLUDE_FILE("dlfcn.h" HAVE_DLFCN_H)
LA_CHECK_INCLUDE_FILE("errno.h" HAVE_ERRNO_H)
diff --git
a/meta/recipes-devtools/cmake/cmake/0002-CMakeLists.txt-disable-USE_NGHTTP2.patch
b/meta/recipes-devtools/cmake/cmake/0002-CMakeLists.txt-disable-USE_NGHTTP2.patch
index 158eea2c3e..f6b6cfcf41 100644
---
a/meta/recipes-devtools/cmake/cmake/0002-CMakeLists.txt-disable-USE_NGHTTP2.patch
+++
b/meta/recipes-devtools/cmake/cmake/0002-CMakeLists.txt-disable-USE_NGHTTP2.patch
@@ -1,4 +1,4 @@
-From e0a1996a85dcb43d69d3c7daecab4da74599e5ba Mon Sep 17 00:00:00 2001
+From d4696e9d78d09366c13ba738e01f833f234b160a Mon Sep 17 00:00:00 2001
From: Changqing Li <[email protected]>
Date: Wed, 28 Dec 2022 17:51:27 +0800
Subject: [PATCH] CMakeLists.txt: disable USE_NGHTTP2
@@ -22,10 +22,10 @@ Signed-off-by: Trevor Gamblin <[email protected]>
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Utilities/cmcurl/CMakeLists.txt b/Utilities/cmcurl/CMakeLists.txt
-index
75b510205984894ffa11461e7aa04d3c479709b4..83463042d82d9c7f17932753f47c47b12aeec85b
100644
+index 63d3a4f5..ab5f1c50 100644
--- a/Utilities/cmcurl/CMakeLists.txt
+++ b/Utilities/cmcurl/CMakeLists.txt
-@@ -105,7 +105,7 @@ set(USE_ECH OFF)
+@@ -109,7 +109,7 @@ set(USE_ECH OFF)
set(USE_HTTPSRR OFF)
set(USE_LIBIDN2 ON)
set(USE_LIBRTMP OFF)
diff --git a/meta/recipes-devtools/cmake/cmake_4.2.0.bb
b/meta/recipes-devtools/cmake/cmake_4.2.1.bb
similarity index 100%
rename from meta/recipes-devtools/cmake/cmake_4.2.0.bb
rename to meta/recipes-devtools/cmake/cmake_4.2.1.bb
--
2.47.1
0001-cmake-native-cmake-upgrade-4.2.0-4.2.1-4.2.0-4.2.1.patch
Description: Binary data
packages/x86-64-v3-poky-linux/cmake/cmake-bash-completion: PKGV changed from 4.2.0 [default] to 4.2.1 [default] packages/x86-64-v3-poky-linux/cmake/cmake-bash-completion: PV changed from "4.2.0" to "4.2.1" packages/x86-64-v3-poky-linux/cmake/cmake-dbg: PKGV changed from 4.2.0 [default] to 4.2.1 [default] packages/x86-64-v3-poky-linux/cmake/cmake-dbg: PKGSIZE changed from 1210657504 to 1210559416 (-0%) packages/x86-64-v3-poky-linux/cmake/cmake-dbg: PV changed from "4.2.0" to "4.2.1" packages/x86-64-v3-poky-linux/cmake/cmake-dev: PKGV changed from 4.2.0 [default] to 4.2.1 [default] packages/x86-64-v3-poky-linux/cmake/cmake-dev: PV changed from "4.2.0" to "4.2.1" packages/x86-64-v3-poky-linux/cmake/cmake-doc: PKGV changed from 4.2.0 [default] to 4.2.1 [default] packages/x86-64-v3-poky-linux/cmake/cmake-doc: PV changed from "4.2.0" to "4.2.1" packages/x86-64-v3-poky-linux/cmake/cmake-locale: PKGV changed from 4.2.0 [default] to 4.2.1 [default] packages/x86-64-v3-poky-linux/cmake/cmake-locale: PV changed from "4.2.0" to "4.2.1" packages/x86-64-v3-poky-linux/cmake/cmake-src: FILELIST: directory renamed /usr/src/debug/cmake/4.2.0/Utilities/cmjsoncpp/include/json -> /usr/src/debug/cmake/4.2.1/Utilities/cmjsoncpp/include/json, directory renamed /usr/src/debug/cmake/4.2.0/Utilities/cmlibuv/src/unix -> /usr/src/debug/cmake/4.2.1/Utilities/cmlibuv/src/unix, directory renamed /usr/src/debug/cmake/4.2.0/Utilities/cmlibrhash/librhash -> /usr/src/debug/cmake/4.2.1/Utilities/cmlibrhash/librhash, directory renamed /usr/src/debug/cmake/4.2.0/Utilities/cmlibuv/src -> /usr/src/debug/cmake/4.2.1/Utilities/cmlibuv/src, directory renamed /usr/src/debug/cmake/4.2.0/Source/CPack/IFW -> /usr/src/debug/cmake/4.2.1/Source/CPack/IFW, directory renamed /usr/src/debug/cmake/4.2.0/Source/CTest -> /usr/src/debug/cmake/4.2.1/Source/CTest, directory renamed /usr/src/debug/cmake/4.2.0/Utilities/cmlibuv/include/uv -> /usr/src/debug/cmake/4.2.1/Utilities/cmlibuv/include/uv, directory renamed /usr/src/debug/cmake/4.2.0/Utilities/std/cm/bits -> /usr/src/debug/cmake/4.2.1/Utilities/std/cm/bits, directory renamed /usr/src/debug/cmake/4.2.0/Utilities/cmlibarchive/libarchive -> /usr/src/debug/cmake/4.2.1/Utilities/cmlibarchive/libarchive, directory renamed /usr/src/debug/cmake/4.2.0/Utilities/std/cm -> /usr/src/debug/cmake/4.2.1/Utilities/std/cm, directory renamed /usr/src/debug/cmake/4.2.0/Source -> /usr/src/debug/cmake/4.2.1/Source, directory renamed /usr/src/debug/cmake/4.2.0/Source/kwsys -> /usr/src/debug/cmake/4.2.1/Source/kwsys, directory renamed /usr/src/debug/cmake/4.2.0/Source/CPack -> /usr/src/debug/cmake/4.2.1/Source/CPack, directory renamed /usr/src/debug/cmake/4.2.0/Utilities/std/cmext -> /usr/src/debug/cmake/4.2.1/Utilities/std/cmext, directory renamed /usr/src/debug/cmake/4.2.0/Source/cmsys -> /usr/src/debug/cmake/4.2.1/Source/cmsys, directory renamed /usr/src/debug/cmake/4.2.0/Utilities/cmlibuv/include -> /usr/src/debug/cmake/4.2.1/Utilities/cmlibuv/include, directory renamed /usr/src/debug/cmake/4.2.0/Sourc e/LexerParser -> /usr/src/debug/cmake/4.2.1/Source/LexerParser, directory renamed /usr/src/debug/cmake/4.2.0/Utilities/cmelf -> /usr/src/debug/cmake/4.2.1/Utilities/cmelf, directory renamed /usr/src/debug/cmake/4.2.0/Utilities/cmllpkgc -> /usr/src/debug/cmake/4.2.1/Utilities/cmllpkgc, directory renamed /usr/src/debug/cmake/4.2.0/Utilities/cmjsoncpp/src/lib_json -> /usr/src/debug/cmake/4.2.1/Utilities/cmjsoncpp/src/lib_json packages/x86-64-v3-poky-linux/cmake/cmake-src: PKGV changed from 4.2.0 [default] to 4.2.1 [default] packages/x86-64-v3-poky-linux/cmake/cmake-src: PKGSIZE changed from 10609687 to 10610546 (+0%) packages/x86-64-v3-poky-linux/cmake/cmake-src: PV changed from "4.2.0" to "4.2.1" packages/x86-64-v3-poky-linux/cmake/cmake-staticdev: PKGV changed from 4.2.0 [default] to 4.2.1 [default] packages/x86-64-v3-poky-linux/cmake/cmake-staticdev: PV changed from "4.2.0" to "4.2.1" packages/x86-64-v3-poky-linux/cmake/cmake: PKGV changed from 4.2.0 [default] to 4.2.1 [default] packages/x86-64-v3-poky-linux/cmake/cmake: PKGSIZE changed from 47721421 to 47724844 (+0%) packages/x86-64-v3-poky-linux/cmake/cmake: PV changed from "4.2.0" to "4.2.1" packages/x86-64-v3-poky-linux/cmake: SRC_URI changed from "https://cmake.org/files/v4.2/cmake-4.2.0.tar.gz" to "https://cmake.org/files/v4.2/cmake-4.2.1.tar.gz" packages/x86-64-v3-poky-linux/cmake: PKGV changed from 4.2.0 [default] to 4.2.1 [default] packages/x86-64-v3-poky-linux/cmake: PV changed from "4.2.0" to "4.2.1" packages/x86-64-v3-poky-linux/gcc-runtime/gcc-runtime-src: PKGSIZE changed from 9685472 to 9883625 (+2%)
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#227765): https://lists.openembedded.org/g/openembedded-core/message/227765 Mute This Topic: https://lists.openembedded.org/mt/116806691/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
