From patchwork Mon Jan 15 17:33:51 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: 37821 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 1A1F3C47DA9 for ; Mon, 15 Jan 2024 17:33:58 +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.web10.88858.1705340030141759937 for ; Mon, 15 Jan 2024 09:33:51 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=cRH54h3p; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=EZpdY/q8; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.191, mailfrom: 0101018d0e2fd0ed-df2206df-2356-441e-a331-d784ea008124-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1705340031; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=tTw7sD7hzdS8QPOkJwyvoaeDXgifve+6PodCJsIPzLs=; b=cRH54h3pKdV28cJJtr8tSrBPzq16dKXmQkTgFC9KUCwclBBtYDTu/9Ztw3J0V9kU RdZiTh/TXn0Z9hTl7TmMf0tEKRl6OdnQ9PmSYWFYqUQCX0PZ/2rtozrRsMFhNghuWi7 KKRV97LYJ17Jy5Ulj8wHdyLjD9rqjO7mI/9Hp+yE= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1705340031; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=tTw7sD7hzdS8QPOkJwyvoaeDXgifve+6PodCJsIPzLs=; b=EZpdY/q83FLusl3+zWZbDzNZyYkXkaf3OSy+fhx6sRXYxM2Xsmh+IsqdJcVbD2Hg Z+5FMpu0r9Yw+qvnpNM2/oPxEb7ZCRAREmUgS6zw9aVOadsOaY4mBCead9IQG8BDVaM UWBIVm2EC/TdoyJH0BSbRF9RAA9cU63jYyHhE47A= MIME-Version: 1.0 From: auh@yoctoproject.org To: Alexander Kanavin Cc: openembedded-core@lists.openembedded.org Subject: [AUH] boost: upgrading to 1.84.0 SUCCEEDED Message-ID: <0101018d0e2fd0ed-df2206df-2356-441e-a331-d784ea008124-000000@us-west-2.amazonses.com> Date: Mon, 15 Jan 2024 17:33:51 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.01.15-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 ; Mon, 15 Jan 2024 17:33:58 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/193790 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *boost* to *1.84.0* has Succeeded. Next steps: - apply the patch: git am 0001-boost-upgrade-1.83.0-1.84.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 0fae5e94d4ccfd30a603c473806614f3a28a708e Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 15 Jan 2024 16:45:51 +0000 Subject: [PATCH] boost: upgrade 1.83.0 -> 1.84.0 --- .../boost/{boost-1.83.0.inc => boost-1.84.0.inc} | 2 +- ...arch-instruction-set-flags-we-do-that-o.patch | 6 +++--- .../0001-dont-setup-compiler-flags-m32-m64.patch | 16 +++++++--------- .../boost/boost-math-disable-pch-for-gcc.patch | 10 ++++------ .../boost/{boost_1.83.0.bb => boost_1.84.0.bb} | 0 5 files changed, 15 insertions(+), 19 deletions(-) rename meta/recipes-support/boost/{boost-1.83.0.inc => boost-1.84.0.inc} (90%) rename meta/recipes-support/boost/{boost_1.83.0.bb => boost_1.84.0.bb} (100%) diff --git a/meta/recipes-support/boost/boost-1.83.0.inc b/meta/recipes-support/boost/boost-1.84.0.inc similarity index 90% rename from meta/recipes-support/boost/boost-1.83.0.inc rename to meta/recipes-support/boost/boost-1.84.0.inc index da275f18c1..5bbea2ba5b 100644 --- a/meta/recipes-support/boost/boost-1.83.0.inc +++ b/meta/recipes-support/boost/boost-1.84.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] = "6478edfe2f3305127cffe8caf73ea0176c53769f4bf1585be237eb30798c3b8e" +SRC_URI[sha256sum] = "cc4b893acf645c9d4b698e9a0f08ca8846aa5d6c68275c14c3e7949c24109454" 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 4fe15741bf..94f30c9ed5 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 21ba558abe074e7d49bdc931018ce2138e6e8eb5 Mon Sep 17 00:00:00 2001 +From ca90541165bbf842fa3fe769cffe3d314b7bd535 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 @@ -14,10 +14,10 @@ Signed-off-by: Alexander Kanavin 1 file changed, 153 deletions(-) diff --git a/tools/build/src/tools/gcc.jam b/tools/build/src/tools/gcc.jam -index 726555369..5c5f8ba91 100644 +index 834f5e1bf..493a43e6d 100644 --- a/tools/build/src/tools/gcc.jam +++ b/tools/build/src/tools/gcc.jam -@@ -1124,156 +1124,3 @@ local rule cpu-flags ( toolset variable : architecture : instruction-set + : +@@ -1113,156 +1113,3 @@ local rule cpu-flags ( toolset variable : architecture : instruction-set + : $(architecture)/$(instruction-set) : $(values) ; } 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 78b19225d4..e180d4f457 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 59402e3a61d14eb7ce8c2019ea1a87ad4bd28605 Mon Sep 17 00:00:00 2001 +From c0705c73048199d54f8c440f8bfd261cae6184ee 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 @@ -8,18 +8,20 @@ We don't want these to be setup by boost as we pass our own flags. Upstream-Status: Inappropriate [OE-specific] Signed-off-by: Anuj Mittal + --- tools/build/src/tools/gcc.jam | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/tools/build/src/tools/gcc.jam b/tools/build/src/tools/gcc.jam -index c7e3cf3..24486e0 100644 +index 493a43e6d..42dccbdfe 100644 --- a/tools/build/src/tools/gcc.jam +++ b/tools/build/src/tools/gcc.jam -@@ -430,20 +430,6 @@ local rule compile-link-flags ( * ) +@@ -360,20 +360,6 @@ local rule compile-link-flags ( * ) + compile-link-flags shared/$(non-windows) : -fPIC ; } - { +-{ - # Handle address-model - compile-link-flags aix/32 : -maix32 ; - compile-link-flags aix/64 : -maix64 ; @@ -33,10 +35,6 @@ index c7e3cf3..24486e0 100644 - compile-link-flags $(generic-os)/$(arch)/64 : -m64 ; -} - --{ + { # Handle threading local rule threading-flags ( * ) - { --- -2.7.4 - 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 595ba17865..154aa2b517 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 cabfcba1ff7511ffd6b91ca244288d44f585aad2 Mon Sep 17 00:00:00 2001 +From 281192577d5f4b7ada357007411ae5ffe5909b5c 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 @@ -9,15 +9,16 @@ Upstream-Status: Inappropriate [*] https://svn.boost.org/trac/boost/ticket/12477 Signed-off-by: Jackie Huang + --- libs/math/build/Jamfile.v2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/math/build/Jamfile.v2 b/libs/math/build/Jamfile.v2 -index e19fb2e..82472a7 100644 +index fd840287e..5aff7d724 100644 --- a/libs/math/build/Jamfile.v2 +++ b/libs/math/build/Jamfile.v2 -@@ -13,7 +13,7 @@ project +@@ -14,7 +14,7 @@ project #intel-linux:off intel-darwin:off msvc-7.1:off @@ -26,6 +27,3 @@ index e19fb2e..82472a7 100644 #gcc:-fvisibility=hidden intel-linux:-fvisibility=hidden #sun:-xldscope=hidden --- -2.7.4 - diff --git a/meta/recipes-support/boost/boost_1.83.0.bb b/meta/recipes-support/boost/boost_1.84.0.bb similarity index 100% rename from meta/recipes-support/boost/boost_1.83.0.bb rename to meta/recipes-support/boost/boost_1.84.0.bb