From patchwork Fri Aug 15 13:07:03 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: 68579 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 C9AEFCA0EFD for ; Fri, 15 Aug 2025 13:07:11 +0000 (UTC) Received: from a27-23.smtp-out.us-west-2.amazonses.com (a27-23.smtp-out.us-west-2.amazonses.com [54.240.27.23]) by mx.groups.io with SMTP id smtpd.web10.11415.1755263224476769368 for ; Fri, 15 Aug 2025 06:07:04 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=azoNKgiY; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=tkdDAQNH; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.23, mailfrom: 01010198add74803-71a8482a-aa18-4da3-b188-b7c9baebd916-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=1755263223; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=t7+fswbUzxT/t1m+EJdCtYZ22+Hj+VXRg+Dh5lMqL/4=; b=azoNKgiYCkshePbvLsd5VtXwfPu/0Lbid2M4LiTtU2aTe2kTKKtb//MjsexYmaBZ nwN33+O4V3w854m5TyxledhJobl8oyRM+WtcjhTvSb8oK3Jgm5hDPVs2L68SVl5DVHi JWrj0/AURhl51wpMV3biQIkBgFCfyPO86GsZsl5A= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1755263223; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=t7+fswbUzxT/t1m+EJdCtYZ22+Hj+VXRg+Dh5lMqL/4=; b=tkdDAQNHqhD0HtWrU3kfyV36xHOkM1sQAJ04+hOPdeOJUYkR2wTTbhumQdNS3Aza /Dqk1Eb+VigzMpvvFdDD4AlNhvQ9SecaI9r26cvT5XQ03Iu/PoVyw6sR5im1AcRASx6 WCutnqfdXlbvZ9pZY1zEpnb9roLoqPgW4Gl2RIHM= 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: <01010198add74803-71a8482a-aa18-4da3-b188-b7c9baebd916-000000@us-west-2.amazonses.com> Date: Fri, 15 Aug 2025 13:07:03 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.08.15-54.240.27.23 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, 15 Aug 2025 13:07:11 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/221904 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 77e839c9be82cc927e183a6e433d272e4575b54a Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 15 Aug 2025 08:42:28 +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..032aa243ed 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 df08789fc590596cf35b7b0ddad44c8bb27cd207 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..32f1cbd032 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 bbf272bddf9a124087ce249238566d04fdb1da07 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..fced9ab2c0 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 3579499776835fa4152e009ddd9b507a75d26723 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