diff mbox series

[AUH] cmake,cmake-native: upgrading to 4.2.3,4.2.3 SUCCEEDED

Message ID 0101019c19558e99-be4fbafe-a4b2-401d-87d5-e4a51e0e0d2a-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] cmake,cmake-native: upgrading to 4.2.3,4.2.3 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Feb. 1, 2026, 1:12 p.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *cmake,cmake-native* to *4.2.3,4.2.3* has Succeeded.

Next steps:
    - apply the patch: git am 0001-cmake-cmake-native-upgrade-4.2.2-4.2.3-4.2.2-4.2.3.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 f841f6da7b0da7f201df07a8c30ffd16e3a3ff49 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sun, 1 Feb 2026 05:47:50 +0000
Subject: [PATCH] cmake,cmake-native: upgrade 4.2.2 -> 4.2.3,4.2.2 -> 4.2.3

---
 .../cmake/{cmake-native_4.2.2.bb => cmake-native_4.2.3.bb}      | 0
 meta/recipes-devtools/cmake/cmake.inc                           | 2 +-
 ...01-Disable-use-of-ext2fs-ext2_fs.h-by-cmake-s-internal.patch | 2 +-
 .../cmake/cmake/0002-CMakeLists.txt-disable-USE_NGHTTP2.patch   | 2 +-
 meta/recipes-devtools/cmake/{cmake_4.2.2.bb => cmake_4.2.3.bb}  | 0
 5 files changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-devtools/cmake/{cmake-native_4.2.2.bb => cmake-native_4.2.3.bb} (100%)
 rename meta/recipes-devtools/cmake/{cmake_4.2.2.bb => cmake_4.2.3.bb} (100%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/cmake/cmake-native_4.2.2.bb b/meta/recipes-devtools/cmake/cmake-native_4.2.3.bb
similarity index 100%
rename from meta/recipes-devtools/cmake/cmake-native_4.2.2.bb
rename to meta/recipes-devtools/cmake/cmake-native_4.2.3.bb
diff --git a/meta/recipes-devtools/cmake/cmake.inc b/meta/recipes-devtools/cmake/cmake.inc
index ee771a1d64..5b8c1922b1 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] = "bbda94dd31636e89eb1cc18f8355f6b01d9193d7676549fba282057e8b730f58"
+SRC_URI[sha256sum] = "7efaccde8c5a6b2968bad6ce0fe60e19b6e10701a12fce948c2bf79bac8a11e9"
 
 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 0d2de28d5b..7a717f72d8 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 3d87f9fd1071e548cf9a6718c4ade0bfde812c30 Mon Sep 17 00:00:00 2001
+From d3859840c134012b18e3bca7e4bab60c9bc8efd5 Mon Sep 17 00:00:00 2001
 From: Otavio Salvador <otavio@ossystems.com.br>
 Date: Thu, 5 Jul 2018 10:28:04 -0300
 Subject: [PATCH] Disable use of ext2fs/ext2_fs.h by cmake's internal
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 f6b6cfcf41..c03e5e2364 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 d4696e9d78d09366c13ba738e01f833f234b160a Mon Sep 17 00:00:00 2001
+From 811ad63aeff08fb6308203989f6cc664d00a2fa9 Mon Sep 17 00:00:00 2001
 From: Changqing Li <changqing.li@windriver.com>
 Date: Wed, 28 Dec 2022 17:51:27 +0800
 Subject: [PATCH] CMakeLists.txt: disable USE_NGHTTP2
diff --git a/meta/recipes-devtools/cmake/cmake_4.2.2.bb b/meta/recipes-devtools/cmake/cmake_4.2.3.bb
similarity index 100%
rename from meta/recipes-devtools/cmake/cmake_4.2.2.bb
rename to meta/recipes-devtools/cmake/cmake_4.2.3.bb