From patchwork Fri Aug 1 14:07:50 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 67891 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 C0861CA0ED8 for ; Fri, 1 Aug 2025 14:08:00 +0000 (UTC) Received: from a27-193.smtp-out.us-west-2.amazonses.com (a27-193.smtp-out.us-west-2.amazonses.com [54.240.27.193]) by mx.groups.io with SMTP id smtpd.web10.88810.1754057271036723123 for ; Fri, 01 Aug 2025 07:07:51 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=DR+gxq52; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=tzzIfpJd; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.193, mailfrom: 0101019865f5e544-19e40fb7-c9ec-4760-9b64-2cdd1369dfaa-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=j46ser6a2yusdzubpv7m7ewqgesde2ie; d=yoctoproject.org; t=1754057270; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=6CDZPV8iPHGqqysW5Tfdq1aNeoVIfFxxbShzEDnyzSU=; b=DR+gxq52ejnORB7RBpKffym7/9gwYfT+/rN5NxcTHYH91ea0X/A2sgrJ8hWGGdpC hcTwqEGglPK3IsTjJl6o4Qm8f4ibACcDafKf1rMGTa61ENQkD2217fz2kRLx5+a0hcH 7ED7nknzU2vNXEt2mg73CaA6iIXl4pDRy5e4XMoU= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1754057270; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=6CDZPV8iPHGqqysW5Tfdq1aNeoVIfFxxbShzEDnyzSU=; b=tzzIfpJdizDHcjChOes5ZWtcMdM17qrUdD3/GUJArrDneLXP9Mb8y+0oHMHSpMFu XtxhLGgC+C3ymQ43x2W68NG346zddkaoS17zqBkQbxS7dWpHnU1KEJKmJfGIMBVRRO/ 73zzVRHknDaEQuSBt11xTUasgyK6KKpRK7Zoo7E8= MIME-Version: 1.0 From: auh@yoctoproject.org To: Trevor Gamblin Cc: openembedded-core@lists.openembedded.org Subject: [AUH] meson: upgrading to 1.8.3 SUCCEEDED Message-ID: <0101019865f5e544-19e40fb7-c9ec-4760-9b64-2cdd1369dfaa-000000@us-west-2.amazonses.com> Date: Fri, 1 Aug 2025 14:07:50 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.08.01-54.240.27.193 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 ; Fri, 01 Aug 2025 14:08:00 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/221270 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *meson* to *1.8.3* has Succeeded. Next steps: - apply the patch: git am 0001-meson-upgrade-1.8.2-1.8.3.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 49b403700d0997144c735256b54b2fcd01b004ec Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 1 Aug 2025 09:11:21 +0000 Subject: [PATCH] meson: upgrade 1.8.2 -> 1.8.3 --- .../meson/meson/0001-Make-CPU-family-warnings-fatal.patch | 4 ++-- ...python-module-do-not-manipulate-the-environment-when.patch | 2 +- .../meson/0002-Support-building-allarch-recipes-again.patch | 2 +- .../recipes-devtools/meson/{meson_1.8.2.bb => meson_1.8.3.bb} | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) rename meta/recipes-devtools/meson/{meson_1.8.2.bb => meson_1.8.3.bb} (98%) diff --git a/meta/recipes-devtools/meson/meson/0001-Make-CPU-family-warnings-fatal.patch b/meta/recipes-devtools/meson/meson/0001-Make-CPU-family-warnings-fatal.patch index 98ca08c2ca..f9ed744ea2 100644 --- a/meta/recipes-devtools/meson/meson/0001-Make-CPU-family-warnings-fatal.patch +++ b/meta/recipes-devtools/meson/meson/0001-Make-CPU-family-warnings-fatal.patch @@ -1,4 +1,4 @@ -From c01e5e29953e0302988f2d60adc50ebfa0e5d670 Mon Sep 17 00:00:00 2001 +From 9a91c9d2eb8e25396be68cbb6ea1830402639609 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 3 Jul 2018 13:59:09 +0100 Subject: [PATCH] Make CPU family warnings fatal @@ -26,7 +26,7 @@ index 43fad0c..27be871 100644 endian = literal['endian'] if endian not in ('little', 'big'): diff --git a/mesonbuild/environment.py b/mesonbuild/environment.py -index 2a9cf16..6b2bd6b 100644 +index c20390f..c8eabf0 100644 --- a/mesonbuild/environment.py +++ b/mesonbuild/environment.py @@ -436,10 +436,8 @@ def detect_cpu_family(compilers: CompilersDict) -> str: diff --git a/meta/recipes-devtools/meson/meson/0001-python-module-do-not-manipulate-the-environment-when.patch b/meta/recipes-devtools/meson/meson/0001-python-module-do-not-manipulate-the-environment-when.patch index f654447013..b67cd5dd4e 100644 --- a/meta/recipes-devtools/meson/meson/0001-python-module-do-not-manipulate-the-environment-when.patch +++ b/meta/recipes-devtools/meson/meson/0001-python-module-do-not-manipulate-the-environment-when.patch @@ -1,4 +1,4 @@ -From 6c3734f533ee7ad493188c8fc17bb1c65b65f0bd Mon Sep 17 00:00:00 2001 +From 5a871ed48aee8f943df4eca2731a9498b6de8157 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 19 Nov 2018 14:24:26 +0100 Subject: [PATCH] python module: do not manipulate the environment when calling diff --git a/meta/recipes-devtools/meson/meson/0002-Support-building-allarch-recipes-again.patch b/meta/recipes-devtools/meson/meson/0002-Support-building-allarch-recipes-again.patch index ed35498c30..8265be459b 100644 --- a/meta/recipes-devtools/meson/meson/0002-Support-building-allarch-recipes-again.patch +++ b/meta/recipes-devtools/meson/meson/0002-Support-building-allarch-recipes-again.patch @@ -1,4 +1,4 @@ -From e123195e5990c3071385defd96dfab1211e98c08 Mon Sep 17 00:00:00 2001 +From dd797af634508edce05697e1d90b0bc6962d5a19 Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Thu, 26 Jul 2018 16:32:49 +0200 Subject: [PATCH] Support building allarch recipes again diff --git a/meta/recipes-devtools/meson/meson_1.8.2.bb b/meta/recipes-devtools/meson/meson_1.8.3.bb similarity index 98% rename from meta/recipes-devtools/meson/meson_1.8.2.bb rename to meta/recipes-devtools/meson/meson_1.8.3.bb index bfeaab0a79..e306471244 100644 --- a/meta/recipes-devtools/meson/meson_1.8.2.bb +++ b/meta/recipes-devtools/meson/meson_1.8.3.bb @@ -15,7 +15,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/meson-${PV}.tar.gz \ file://0001-Make-CPU-family-warnings-fatal.patch \ file://0002-Support-building-allarch-recipes-again.patch \ " -SRC_URI[sha256sum] = "c105816d8158c76b72adcb9ff60297719096da7d07f6b1f000fd8c013cd387af" +SRC_URI[sha256sum] = "f118aa910fc0a137cc2dd0122232dbf82153d9a12fb5b0f5bb64896f6a157abf" UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)$" inherit python_setuptools_build_meta github-releases