From patchwork Sun Dec 15 09:29:48 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: 54734 Return-Path: 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 497B8E77183 for ; Sun, 15 Dec 2024 09:29:50 +0000 (UTC) Received: from a27-30.smtp-out.us-west-2.amazonses.com (a27-30.smtp-out.us-west-2.amazonses.com [54.240.27.30]) by mx.groups.io with SMTP id smtpd.web11.33344.1734254982310866049 for ; Sun, 15 Dec 2024 01:29:49 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=NVoissmt; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=fRBgIt2Q; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.30, mailfrom: 01010193c9a70e41-a05b692a-ad6e-43e2-8289-d2398c1afbf2-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=1734254989; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=KL2wZ0zvExlOPeROO3inkxFAXJZWEJGnXEovV5tmYmg=; b=NVoissmtxrkf7+0LY41LAu0cmWUtz+fJIcNO5rQcS/0ZMOiAxMoHuu2XZgk42YEI CoXXvjgIsiYLuYmHzlpoxSrnL8TGUH6aSjU2JFn9wFjjgtFF330GQXpMMn5X6dZC5Uj HSjXCEUS4m8qaVvPozJ00f4Uq2LGHW2Hcd6hvW8U= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1734254989; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=KL2wZ0zvExlOPeROO3inkxFAXJZWEJGnXEovV5tmYmg=; b=fRBgIt2QfMBv63ENwJQAQGaOl9lhGtTbeFWxz/l4dsmSvgjdz03wah5kKFNKMVl6 5h3SB4y0b7s04pZMVQE/3BV/ZTcZ4N0LLraYa+Um5odXFr3KYhA1hFvfDVeohYKm3y5 6iGNI00gaju2i9mH6wpcEln11NinawCc80ESOFZI= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Cc: Subject: [AUH] boost: upgrading to 1.87.0 SUCCEEDED Message-ID: <01010193c9a70e41-a05b692a-ad6e-43e2-8289-d2398c1afbf2-000000@us-west-2.amazonses.com> Date: Sun, 15 Dec 2024 09:29:48 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.12.15-54.240.27.30 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 ; Sun, 15 Dec 2024 09:29:50 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/208738 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *boost* to *1.87.0* has Succeeded. Next steps: - apply the patch: git am 0001-boost-upgrade-1.86.0-1.87.0.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 09616dd18928ba10ff9fab468d5991072a8154d1 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sun, 15 Dec 2024 09:04:21 +0000 Subject: [PATCH] boost: upgrade 1.86.0 -> 1.87.0 --- .../boost/{boost-1.86.0.inc => boost-1.87.0.inc} | 2 +- ...t-set-up-arch-instruction-set-flags-we-do-that-o.patch | 2 +- .../boost/0001-dont-setup-compiler-flags-m32-m64.patch | 2 +- .../boost/boost/boost-math-disable-pch-for-gcc.patch | 8 ++++---- .../boost/{boost_1.86.0.bb => boost_1.87.0.bb} | 0 5 files changed, 7 insertions(+), 7 deletions(-) rename meta/recipes-support/boost/{boost-1.86.0.inc => boost-1.87.0.inc} (90%) rename meta/recipes-support/boost/{boost_1.86.0.bb => boost_1.87.0.bb} (100%) diff --git a/meta/recipes-support/boost/boost-1.86.0.inc b/meta/recipes-support/boost/boost-1.87.0.inc similarity index 90% rename from meta/recipes-support/boost/boost-1.86.0.inc rename to meta/recipes-support/boost/boost-1.87.0.inc index 2378b27575..320ec51e36 100644 --- a/meta/recipes-support/boost/boost-1.86.0.inc +++ b/meta/recipes-support/boost/boost-1.87.0.inc @@ -12,7 +12,7 @@ BOOST_MAJ = "${@"_".join(d.getVar("PV").split(".")[0:2])}" BOOST_P = "boost_${BOOST_VER}" SRC_URI = "https://boostorg.jfrog.io/artifactory/main/release/${PV}/source/${BOOST_P}.tar.bz2" -SRC_URI[sha256sum] = "1bed88e40401b2cb7a1f76d4bab499e352fa4d0c5f31c0dbae64e24d34d7513b" +SRC_URI[sha256sum] = "af57be25cb4c4f4b413ed692fe378affb4352ea50fbe294a11ef548f4d527d89" UPSTREAM_CHECK_URI = "http://www.boost.org/users/download/" UPSTREAM_CHECK_REGEX = "release/(?P.*)/source/" diff --git a/meta/recipes-support/boost/boost/0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch b/meta/recipes-support/boost/boost/0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch index 78f652f619..36749fd9e4 100644 --- a/meta/recipes-support/boost/boost/0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch +++ b/meta/recipes-support/boost/boost/0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch @@ -1,4 +1,4 @@ -From f88354966fe3af33fd6d9ec889a8e3926b886a8a Mon Sep 17 00:00:00 2001 +From 90f130d2132d353ffa2500db2840165d093decd5 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Tue, 18 Dec 2018 15:42:57 +0100 Subject: [PATCH] Don't set up arch/instruction-set flags, we do that diff --git a/meta/recipes-support/boost/boost/0001-dont-setup-compiler-flags-m32-m64.patch b/meta/recipes-support/boost/boost/0001-dont-setup-compiler-flags-m32-m64.patch index 8f130348b0..0502a3396e 100644 --- a/meta/recipes-support/boost/boost/0001-dont-setup-compiler-flags-m32-m64.patch +++ b/meta/recipes-support/boost/boost/0001-dont-setup-compiler-flags-m32-m64.patch @@ -1,4 +1,4 @@ -From 7130850d74863d1e9a0ae3e85462f1466bdf6d88 Mon Sep 17 00:00:00 2001 +From 455f36af15a93983ac16c6c1705c45feb0f91291 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Thu, 14 Nov 2019 10:13:53 +0800 Subject: [PATCH] dont setup compiler flags -m32/-m64 diff --git a/meta/recipes-support/boost/boost/boost-math-disable-pch-for-gcc.patch b/meta/recipes-support/boost/boost/boost-math-disable-pch-for-gcc.patch index dde21fa076..bb0afb0c5e 100644 --- a/meta/recipes-support/boost/boost/boost-math-disable-pch-for-gcc.patch +++ b/meta/recipes-support/boost/boost/boost-math-disable-pch-for-gcc.patch @@ -1,4 +1,4 @@ -From c6009cdc1fe76db0092443593396e4d5f0eaa86b Mon Sep 17 00:00:00 2001 +From 494bff512fef8be4760469fc132e3e0f24e7cd6c Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Fri, 23 Sep 2016 01:04:50 -0700 Subject: [PATCH] boost-math: disable pch for gcc @@ -14,11 +14,11 @@ Signed-off-by: Jackie Huang 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/math/build/Jamfile.v2 b/libs/math/build/Jamfile.v2 -index 6549e06b7..342cbf0b1 100644 +index 500c77363..504d7d8c6 100644 --- a/libs/math/build/Jamfile.v2 +++ b/libs/math/build/Jamfile.v2 -@@ -13,7 +13,7 @@ project - intel-win:-nologo +@@ -15,7 +15,7 @@ project + intel-win:-nologo #intel-linux:off intel-darwin:off - gcc,windows:off diff --git a/meta/recipes-support/boost/boost_1.86.0.bb b/meta/recipes-support/boost/boost_1.87.0.bb similarity index 100% rename from meta/recipes-support/boost/boost_1.86.0.bb rename to meta/recipes-support/boost/boost_1.87.0.bb