Message ID | 0101019551740990-2ced073b-d3fb-4127-8a9c-834b321375df-000000@us-west-2.amazonses.com |
---|---|
State | New |
Headers | show |
Series | [AUH] cmake,cmake-native: upgrading to 3.31.6,3.31.6 SUCCEEDED | expand |
diff --git a/meta/recipes-devtools/cmake/cmake-native_3.31.5.bb b/meta/recipes-devtools/cmake/cmake-native_3.31.6.bb similarity index 100% rename from meta/recipes-devtools/cmake/cmake-native_3.31.5.bb rename to meta/recipes-devtools/cmake/cmake-native_3.31.6.bb diff --git a/meta/recipes-devtools/cmake/cmake.inc b/meta/recipes-devtools/cmake/cmake.inc index 703b037f09..b3cc10ae02 100644 --- a/meta/recipes-devtools/cmake/cmake.inc +++ b/meta/recipes-devtools/cmake/cmake.inc @@ -20,7 +20,7 @@ SRC_URI = "https://cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-${PV}.tar.gz \ file://0001-CMakeDetermineCompilerABI-Strip-pipe-from-compile-fl.patch \ " -SRC_URI[sha256sum] = "66fb53a145648be56b46fa9e8ccade3a4d0dfc92e401e52ce76bdad1fea43d27" +SRC_URI[sha256sum] = "653427f0f5014750aafff22727fb2aa60c6c732ca91808cfb78ce22ddd9e55f0" UPSTREAM_CHECK_REGEX = "cmake-(?P<pver>\d+(\.\d+)+)\.tar" diff --git a/meta/recipes-devtools/cmake/cmake/0001-CMakeDetermineCompilerABI-Strip-pipe-from-compile-fl.patch b/meta/recipes-devtools/cmake/cmake/0001-CMakeDetermineCompilerABI-Strip-pipe-from-compile-fl.patch index 60dc439c3c..05978e7928 100644 --- a/meta/recipes-devtools/cmake/cmake/0001-CMakeDetermineCompilerABI-Strip-pipe-from-compile-fl.patch +++ b/meta/recipes-devtools/cmake/cmake/0001-CMakeDetermineCompilerABI-Strip-pipe-from-compile-fl.patch @@ -1,4 +1,4 @@ -From 4651696a9bac909191d4b2aa8c3b606d716e63e6 Mon Sep 17 00:00:00 2001 +From 8fbb45368b1eba10d67b5eaf6b4312616e61f4e2 Mon Sep 17 00:00:00 2001 From: Philip Lorenz <philip.lorenz@bmw.de> Date: Mon, 3 Jun 2024 13:19:24 +0200 Subject: [PATCH] CMakeDetermineCompilerABI: Strip -pipe from compile flags diff --git a/meta/recipes-devtools/cmake/cmake/0001-CMakeLists.txt-disable-USE_NGHTTP2.patch b/meta/recipes-devtools/cmake/cmake/0001-CMakeLists.txt-disable-USE_NGHTTP2.patch index df77e54b72..4eb3dfd32f 100644 --- a/meta/recipes-devtools/cmake/cmake/0001-CMakeLists.txt-disable-USE_NGHTTP2.patch +++ b/meta/recipes-devtools/cmake/cmake/0001-CMakeLists.txt-disable-USE_NGHTTP2.patch @@ -1,4 +1,4 @@ -From fe238e7f4250fd7885e36ac63d346b21ee296d5d Mon Sep 17 00:00:00 2001 +From b21de10dbf1a5eff82c2c59fa5f375e4faf311bd 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/0005-Disable-use-of-ext2fs-ext2_fs.h-by-cmake-s-internal-.patch b/meta/recipes-devtools/cmake/cmake/0005-Disable-use-of-ext2fs-ext2_fs.h-by-cmake-s-internal-.patch index 757b59a251..27ec6fe44f 100644 --- a/meta/recipes-devtools/cmake/cmake/0005-Disable-use-of-ext2fs-ext2_fs.h-by-cmake-s-internal-.patch +++ b/meta/recipes-devtools/cmake/cmake/0005-Disable-use-of-ext2fs-ext2_fs.h-by-cmake-s-internal-.patch @@ -1,4 +1,4 @@ -From 345e3176a12907fb1cf96913c95975554957b967 Mon Sep 17 00:00:00 2001 +From 09b49833229fbac85511e08ac28c90e92f74dc7f 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_3.31.5.bb b/meta/recipes-devtools/cmake/cmake_3.31.6.bb similarity index 100% rename from meta/recipes-devtools/cmake/cmake_3.31.5.bb rename to meta/recipes-devtools/cmake/cmake_3.31.6.bb
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *cmake,cmake-native* to *3.31.6,3.31.6* has Succeeded. Next steps: - apply the patch: git am 0001-cmake-cmake-native-upgrade-3.31.5-3.31.6-3.31.5-3.31.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 f89a6f86b8f75f250a2d81f717746152cb01e8eb Mon Sep 17 00:00:00 2001 From: Upgrade Helper <auh@yoctoproject.org> Date: Sat, 1 Mar 2025 05:43:39 +0000 Subject: [PATCH] cmake,cmake-native: upgrade 3.31.5 -> 3.31.6,3.31.5 -> 3.31.6 --- .../cmake/{cmake-native_3.31.5.bb => cmake-native_3.31.6.bb} | 0 meta/recipes-devtools/cmake/cmake.inc | 2 +- ...1-CMakeDetermineCompilerABI-Strip-pipe-from-compile-fl.patch | 2 +- .../cmake/cmake/0001-CMakeLists.txt-disable-USE_NGHTTP2.patch | 2 +- ...5-Disable-use-of-ext2fs-ext2_fs.h-by-cmake-s-internal-.patch | 2 +- .../recipes-devtools/cmake/{cmake_3.31.5.bb => cmake_3.31.6.bb} | 0 6 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-devtools/cmake/{cmake-native_3.31.5.bb => cmake-native_3.31.6.bb} (100%) rename meta/recipes-devtools/cmake/{cmake_3.31.5.bb => cmake_3.31.6.bb} (100%)