From patchwork Thu Oct 10 19:35:42 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: 50270 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 B3321CFC604 for ; Thu, 10 Oct 2024 19:35:52 +0000 (UTC) Received: from a27-191.smtp-out.us-west-2.amazonses.com (a27-191.smtp-out.us-west-2.amazonses.com [54.240.27.191]) by mx.groups.io with SMTP id smtpd.web11.53353.1728588943025175668 for ; Thu, 10 Oct 2024 12:35:43 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=VfqqzXqD; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=RgkStd8y; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.191, mailfrom: 0101019277ee0b82-e773b74d-567d-42f6-8d23-9543ac280c6d-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=1728588942; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=MRvVMTpRJ84K554qxqY84r2bCfaTOPAGucXMvKbukxQ=; b=VfqqzXqDhzzyHNcGBFp96iM2YQgD+zJbUbJQvTNqWhIxGczSFOnGphPMjTAFEXdJ au5ksBLuGDCam1QAZQQTCX301rLwl3mefZ8jm43Ix0+8cZe0cgGF/Ul6htRHRqjsNj+ rMIb84qsPFz3ZCEVz1sBN0D0egncQsGXjYs3TvvI= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1728588942; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=MRvVMTpRJ84K554qxqY84r2bCfaTOPAGucXMvKbukxQ=; b=RgkStd8ytBTAxi17UEwpkC7cIrXsi07paqQFH2oPFLYUWOEZbaP+TkCY5GIt5S7z jDC4DiA6Q/b9souwLrS8kd2t8AGXQeKMAYUYGoL4cF4aL/7WF3YQgSc7qoSk17agv7C K49FNIlT3oUgfT2MjqUZVPBA46igK4EUDM0IH7YE= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Cc: Subject: [AUH] cmake-native,cmake: upgrading to 3.30.5,3.30.5 SUCCEEDED Message-ID: <0101019277ee0b82-e773b74d-567d-42f6-8d23-9543ac280c6d-000000@us-west-2.amazonses.com> Date: Thu, 10 Oct 2024 19:35:42 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.10.10-54.240.27.191 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, 10 Oct 2024 19:35:52 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/205438 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.5,3.30.5* has Succeeded. Next steps: - apply the patch: git am 0001-cmake-native-cmake-upgrade-3.30.2-3.30.5-3.30.2-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 73795bdb1eb4b9dbb7b9d488c5807060f975dc7b Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 9 Oct 2024 23:00:28 +0000 Subject: [PATCH] cmake-native,cmake: upgrade 3.30.2 -> 3.30.5,3.30.2 -> 3.30.5 --- .../cmake/{cmake-native_3.30.2.bb => cmake-native_3.30.5.bb} | 0 meta/recipes-devtools/cmake/cmake.inc | 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.30.2.bb => cmake_3.30.5.bb} | 0 5 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-devtools/cmake/{cmake-native_3.30.2.bb => cmake-native_3.30.5.bb} (100%) rename meta/recipes-devtools/cmake/{cmake_3.30.2.bb => cmake_3.30.5.bb} (100%) diff --git a/meta/recipes-devtools/cmake/cmake-native_3.30.2.bb b/meta/recipes-devtools/cmake/cmake-native_3.30.5.bb similarity index 100% rename from meta/recipes-devtools/cmake/cmake-native_3.30.2.bb rename to meta/recipes-devtools/cmake/cmake-native_3.30.5.bb diff --git a/meta/recipes-devtools/cmake/cmake.inc b/meta/recipes-devtools/cmake/cmake.inc index b88a4e4bc6..41f169e14c 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] = "46074c781eccebc433e98f0bbfa265ca3fd4381f245ca3b140e7711531d60db2" +SRC_URI[sha256sum] = "9f55e1a40508f2f29b7e065fa08c29f82c402fa0402da839fffe64a25755a86d" 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 7dc07582da..fe7d3b3b1c 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 5e624d82c2838fec2f41ebec124f74aacff9e61f Mon Sep 17 00:00:00 2001 +From 7673edf8dc373b5beabcdf842d92a8f1ffe11f8e 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 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 8788cc7964..2db5fcdd22 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 b97f7dbb2637c6da772833c93bedc8be77520fb9 Mon Sep 17 00:00:00 2001 +From 94e89fd8cd10b31abc538bae1249b59c43baa072 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.2.bb b/meta/recipes-devtools/cmake/cmake_3.30.5.bb similarity index 100% rename from meta/recipes-devtools/cmake/cmake_3.30.2.bb rename to meta/recipes-devtools/cmake/cmake_3.30.5.bb