From patchwork Sun Jun 1 13:55:30 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: 63975 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 55922C5B552 for ; Sun, 1 Jun 2025 13:55:33 +0000 (UTC) Received: from a27-192.smtp-out.us-west-2.amazonses.com (a27-192.smtp-out.us-west-2.amazonses.com [54.240.27.192]) by mx.groups.io with SMTP id smtpd.web11.27777.1748786131307060688 for ; Sun, 01 Jun 2025 06:55:31 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=q6f5QhXy; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=EClxC4Y6; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.192, mailfrom: 010101972bc6ae51-2131a2b6-ec51-4f38-8a75-b09fe93905bc-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=1748786130; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=JrV8ilvzUj4bOFmZDZYqEI5kn0rSKZgLinPf7kKfL0I=; b=q6f5QhXy4wmQvthHJ4i+Ov1gPsc6fe9rCErjYVFgexMwJh0RBPmhfYXxRQdqIIac ZsAuQOm0n1ktzBQ6UYhz1F1u5dURGv+xLluFdbvC3Q+S4sGyqWzczCpp1iPCEukLFvB b3oti/4A0TwK2BluARGVUWnu0cKude2rnjDz2nn8= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1748786130; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=JrV8ilvzUj4bOFmZDZYqEI5kn0rSKZgLinPf7kKfL0I=; b=EClxC4Y6rHBtRX8fjDcSfHM6yGo78GZX2i4/X6iKSo7NTSDUkMaL8NBKniwepo7k Mv/2/zCstMqZq7ooSBjjD8Pn3ywPdvtWdbhtxigCA+vNdGNl79iU2ozu/TuZLYhIsLn 6BVaupXzp8cbsWdU3c4zIyHtMXze3j6w7M2KGkio= MIME-Version: 1.0 From: auh@yoctoproject.org To: Trevor Gamblin Cc: openembedded-core@lists.openembedded.org Subject: [AUH] meson: upgrading to 1.8.1 SUCCEEDED Message-ID: <010101972bc6ae51-2131a2b6-ec51-4f38-8a75-b09fe93905bc-000000@us-west-2.amazonses.com> Date: Sun, 1 Jun 2025 13:55:30 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.06.01-54.240.27.192 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, 01 Jun 2025 13:55:33 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/217591 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *meson* to *1.8.1* has Succeeded. Next steps: - apply the patch: git am 0001-meson-upgrade-1.8.0-1.8.1.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 0f5769b14b5c7231015c645034a78737d127b12c Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sun, 1 Jun 2025 09:02:01 +0000 Subject: [PATCH] meson: upgrade 1.8.0 -> 1.8.1 --- .../meson/meson/0001-Make-CPU-family-warnings-fatal.patch | 6 +++--- ...on-module-do-not-manipulate-the-environment-when.patch | 8 ++++---- .../0002-Support-building-allarch-recipes-again.patch | 2 +- .../meson/{meson_1.8.0.bb => meson_1.8.1.bb} | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) rename meta/recipes-devtools/meson/{meson_1.8.0.bb => meson_1.8.1.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 b5d0546967..ceacd3c24f 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 a503c007d3db87acf711d110c01e11c2d087f99c Mon Sep 17 00:00:00 2001 +From 4a22847fd1e1f6dd8810012b0a7eb39986423003 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,10 +26,10 @@ index 43fad0c..27be871 100644 endian = literal['endian'] if endian not in ('little', 'big'): diff --git a/mesonbuild/environment.py b/mesonbuild/environment.py -index f322cda..53a0ac0 100644 +index 2a9cf16..6b2bd6b 100644 --- a/mesonbuild/environment.py +++ b/mesonbuild/environment.py -@@ -429,10 +429,8 @@ def detect_cpu_family(compilers: CompilersDict) -> str: +@@ -436,10 +436,8 @@ def detect_cpu_family(compilers: CompilersDict) -> str: if compilers and not any_compiler_has_define(compilers, '__mips64'): trial = 'mips' 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 85a93c8e7a..e0d9a15ea6 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 859711f99ea9b183a1dffb9b97de09ad0fe9803b Mon Sep 17 00:00:00 2001 +From d579f329f4d2297255a46fe21143169093283cfd 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 @@ -12,10 +12,10 @@ Signed-off-by: Alexander Kanavin 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/mesonbuild/dependencies/python.py b/mesonbuild/dependencies/python.py -index 3dab31c..b9307fc 100644 +index ab040b5..a34b271 100644 --- a/mesonbuild/dependencies/python.py +++ b/mesonbuild/dependencies/python.py -@@ -410,9 +410,6 @@ def python_factory(env: 'Environment', for_machine: 'MachineChoice', +@@ -412,9 +412,6 @@ def python_factory(env: 'Environment', for_machine: 'MachineChoice', empty.name = 'python' return empty @@ -25,7 +25,7 @@ index 3dab31c..b9307fc 100644 try: return PythonPkgConfigDependency(name, env, kwargs, installation, True) finally: -@@ -421,8 +418,7 @@ def python_factory(env: 'Environment', for_machine: 'MachineChoice', +@@ -423,8 +420,7 @@ def python_factory(env: 'Environment', for_machine: 'MachineChoice', os.environ[name] = value elif name in os.environ: del os.environ[name] 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..e0bbb20224 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 bc957bc39fcadb6c49f82ffe3bf0bf3846ea96d3 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.0.bb b/meta/recipes-devtools/meson/meson_1.8.1.bb similarity index 98% rename from meta/recipes-devtools/meson/meson_1.8.0.bb rename to meta/recipes-devtools/meson/meson_1.8.1.bb index 78e0a0ed80..af4bc9fecd 100644 --- a/meta/recipes-devtools/meson/meson_1.8.0.bb +++ b/meta/recipes-devtools/meson/meson_1.8.1.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] = "0a9b23311271519bd03dca12d7d8b0eab582c3a2c5da433d465b6e519dc88e2f" +SRC_URI[sha256sum] = "b4e3b80e8fa633555abf447a95a700aba1585419467b2710d5e5bf88df0a7011" UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)$" inherit python_setuptools_build_meta github-releases