From patchwork Thu Aug 15 18:58:52 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 47813 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id AD3F0C52D7F for ; Thu, 15 Aug 2024 18:59:01 +0000 (UTC) Received: from a27-29.smtp-out.us-west-2.amazonses.com (a27-29.smtp-out.us-west-2.amazonses.com [54.240.27.29]) by mx.groups.io with SMTP id smtpd.web10.131089.1723748333419773361 for ; Thu, 15 Aug 2024 11:58:53 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=PR2UoiJ/; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=xN4ECsr9; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.29, mailfrom: 01010191576833ab-64066788-6e9c-4406-a233-129bf79cb452-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx; d=yoctoproject.org; t=1723748332; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=I99zkn/NYU9u+YlILK59oeZIEDN7qfrrqYKCkFH3Qas=; b=PR2UoiJ/y4YxhFOft6VjCWSoX3FOQ3wErYSlGuTSmOHlV+F8M+ukeXKbi/8c/qUg GKG8suyFsDAYgi5RvejplU8NIFtxHNQkY7aHXCr4HPhHOPskGWwM93jSgJ4dI82WGO/ mCJzi/i3/yK+HySas72s5MqAezFV0z9IMLorOPcw= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1723748332; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=I99zkn/NYU9u+YlILK59oeZIEDN7qfrrqYKCkFH3Qas=; b=xN4ECsr9lK47eYOU1xA4KQJ1o81Poiv9GvGnY078WCyuA8lw6ODl+eP6GiIlpWBP Z0rXcnx70WnsYzEMy4xT1JmAcrv2zzNWAwss1M+YgEYhKQKmY/Rr2z/O9+dY/bhfBsu ZpmewkRo0g5DV7E2hZu3ygOvjDU6Kcl7gf7le0Ic= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Cc: Subject: [AUH] cmake-native,cmake: upgrading to 3.30.2,3.30.2 SUCCEEDED Message-ID: <01010191576833ab-64066788-6e9c-4406-a233-129bf79cb452-000000@us-west-2.amazonses.com> Date: Thu, 15 Aug 2024 18:58:52 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.08.15-54.240.27.29 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 15 Aug 2024 18:59:01 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/203341 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *cmake-native,cmake* to *3.30.2,3.30.2* has Succeeded. Next steps: - apply the patch: git am 0001-cmake-native-cmake-upgrade-3.30.1-3.30.2-3.30.1-3.30.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 51505e963348277122d586c9dbd9100987bda1b2 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 15 Aug 2024 06:17:18 +0000 Subject: [PATCH] cmake-native,cmake: upgrade 3.30.1 -> 3.30.2,3.30.1 -> 3.30.2 --- .../{cmake-native_3.30.1.bb => cmake-native_3.30.2.bb} | 0 meta/recipes-devtools/cmake/cmake.inc | 2 +- .../cmake/0001-CMakeLists.txt-disable-USE_NGHTTP2.patch | 7 ++----- ...able-use-of-ext2fs-ext2_fs.h-by-cmake-s-internal-.patch | 2 +- .../cmake/{cmake_3.30.1.bb => cmake_3.30.2.bb} | 0 5 files changed, 4 insertions(+), 7 deletions(-) rename meta/recipes-devtools/cmake/{cmake-native_3.30.1.bb => cmake-native_3.30.2.bb} (100%) rename meta/recipes-devtools/cmake/{cmake_3.30.1.bb => cmake_3.30.2.bb} (100%) diff --git a/meta/recipes-devtools/cmake/cmake-native_3.30.1.bb b/meta/recipes-devtools/cmake/cmake-native_3.30.2.bb similarity index 100% rename from meta/recipes-devtools/cmake/cmake-native_3.30.1.bb rename to meta/recipes-devtools/cmake/cmake-native_3.30.2.bb diff --git a/meta/recipes-devtools/cmake/cmake.inc b/meta/recipes-devtools/cmake/cmake.inc index 604a22a2f0..b88a4e4bc6 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] = "df9b3c53e3ce84c3c1b7c253e5ceff7d8d1f084ff0673d048f260e04ccb346e1" +SRC_URI[sha256sum] = "46074c781eccebc433e98f0bbfa265ca3fd4381f245ca3b140e7711531d60db2" UPSTREAM_CHECK_REGEX = "cmake-(?P\d+(\.\d+)+)\.tar" 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 090f441f0f..7dc07582da 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 a2cd906c36a04c8ce5a0095ae53892902b30d728 Mon Sep 17 00:00:00 2001 +From 5e624d82c2838fec2f41ebec124f74aacff9e61f Mon Sep 17 00:00:00 2001 From: Changqing Li Date: Wed, 28 Dec 2022 17:51:27 +0800 Subject: [PATCH] CMakeLists.txt: disable USE_NGHTTP2 @@ -22,7 +22,7 @@ Signed-off-by: Trevor Gamblin 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utilities/cmcurl/CMakeLists.txt b/Utilities/cmcurl/CMakeLists.txt -index b766aee425..34ae7d2a39 100644 +index b766aee4..34ae7d2a 100644 --- a/Utilities/cmcurl/CMakeLists.txt +++ b/Utilities/cmcurl/CMakeLists.txt @@ -94,7 +94,7 @@ set(USE_ECH OFF) @@ -34,6 +34,3 @@ index b766aee425..34ae7d2a39 100644 set(USE_NGTCP2 OFF) set(USE_OPENSSL_QUIC OFF) set(USE_QUICHE OFF) --- -2.39.2 - 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 af164084d0..8788cc7964 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 2d3f6933f78d393514a48f8222ac8c3c39cb5fc7 Mon Sep 17 00:00:00 2001 +From b97f7dbb2637c6da772833c93bedc8be77520fb9 Mon Sep 17 00:00:00 2001 From: Otavio Salvador 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.30.1.bb b/meta/recipes-devtools/cmake/cmake_3.30.2.bb similarity index 100% rename from meta/recipes-devtools/cmake/cmake_3.30.1.bb rename to meta/recipes-devtools/cmake/cmake_3.30.2.bb