From patchwork Wed Sep 23 06:27:46 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 98943 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 5C255C98309 for ; Wed, 23 Sep 2026 06:27:48 +0000 (UTC) Received: from a27-45.smtp-out.us-west-2.amazonses.com (a27-45.smtp-out.us-west-2.amazonses.com [54.240.27.45]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.1222.1790144863509375643 for ; Tue, 22 Sep 2026 23:27:47 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=RuRvq/oc; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=rxU9Tb3o; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 010101a0ccf2e947-40dc0149-cd7a-4c5b-ab02-7afd501b6567-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=1790144866; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=IiYwjEY2c9tiPxtJ1syuhhfn0IBGa1A0NkOIShUEZT4=; b=RuRvq/ocdEaOQ5ETxLj4h7XCkSFTD6SVsax/xNuKMuRIOfdmgBjzdYOLxfI5wOIl lpiKNMC4aBbXByNlYWYuIJWyZJuJGGJtUyfChPAltVAdb+wDmppoFWl4VKNcxphL0it 09IFnfbEUXwQuU8pvJ2oNX3a3Bwrw5HiuIOwEx/c= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1790144866; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=IiYwjEY2c9tiPxtJ1syuhhfn0IBGa1A0NkOIShUEZT4=; b=rxU9Tb3oVu8QOwDIyMEnKx030BURbt2wC9xWYlxF9gMGFbdM2lt+PF+UQQ/hh7oY lQ64aFZYfN8H83QjdXUZe8gMu9m2cScZcvvu3zhIVWyzco1iE115ufnhxo2+fwIvzM5 SAMLKEjNdrws5tq+4Mekm1Q4kg4fwNDkzzv+eYz4= MIME-Version: 1.0 From: auh@yoctoproject.org To: Trevor Gamblin Cc: openembedded-core@lists.openembedded.org Subject: [AUH] meson: upgrading to 1.12.1 SUCCEEDED Message-ID: <010101a0ccf2e947-40dc0149-cd7a-4c5b-ab02-7afd501b6567-000000@us-west-2.amazonses.com> Date: Wed, 23 Sep 2026 06:27:46 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.09.23-54.240.27.45 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 23 Sep 2026 06:27:48 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/246443 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *meson* to *1.12.1* has Succeeded. Next steps: - apply the patch: git am 0001-meson-upgrade-1.12.0-1.12.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 0d0b32bdd6a25b1d49eecbf7124f7c46e51f0eae Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 23 Sep 2026 05:56:17 +0000 Subject: [PATCH] meson: upgrade 1.12.0 -> 1.12.1 --- .../meson/meson/0001-Make-CPU-family-warnings-fatal.patch | 8 ++++---- .../0002-Support-building-allarch-recipes-again.patch | 4 ++-- .../meson/{meson_1.12.0.bb => meson_1.12.1.bb} | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) rename meta/recipes-devtools/meson/{meson_1.12.0.bb => meson_1.12.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 ae8bd4c954..dfee24e003 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 ba79cee701b80984c660ffc1c89ce1226b75ed5b Mon Sep 17 00:00:00 2001 +From 2aa6ab3379281038eae915b0e6e1855ed0707b31 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 @@ -10,10 +10,10 @@ Signed-off-by: Ross Burton 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/mesonbuild/envconfig.py b/mesonbuild/envconfig.py -index b0072a4..762818c 100644 +index 65d0823..07433f0 100644 --- a/mesonbuild/envconfig.py +++ b/mesonbuild/envconfig.py -@@ -294,8 +294,8 @@ class MachineInfo(HoldableObject): +@@ -293,8 +293,8 @@ class MachineInfo(HoldableObject): 'but is missing {}.'.format(minimum_literal - set(literal))) cpu_family = literal['cpu_family'] @@ -24,7 +24,7 @@ index b0072a4..762818c 100644 endian = literal['endian'] if endian not in ('little', 'big'): -@@ -642,9 +642,7 @@ def detect_cpu_family(compilers: CompilerDict) -> str: +@@ -656,9 +656,7 @@ def detect_cpu_family(compilers: CompilerDict) -> str: trial = 'mips' if trial not in known_cpu_families: 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 30f79be369..6bb0c91fd5 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 21abed6786056ae31e4028b98068ff78740872e6 Mon Sep 17 00:00:00 2001 +From 88cef14eb829f7ad5c869695d3ea079ffeccc839 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 @@ -12,7 +12,7 @@ Signed-off-by: Peter Kjellerstedt 1 file changed, 1 insertion(+) diff --git a/mesonbuild/envconfig.py b/mesonbuild/envconfig.py -index 762818c..0efa628 100644 +index 07433f0..d818427 100644 --- a/mesonbuild/envconfig.py +++ b/mesonbuild/envconfig.py @@ -37,6 +37,7 @@ if T.TYPE_CHECKING: diff --git a/meta/recipes-devtools/meson/meson_1.12.0.bb b/meta/recipes-devtools/meson/meson_1.12.1.bb similarity index 98% rename from meta/recipes-devtools/meson/meson_1.12.0.bb rename to meta/recipes-devtools/meson/meson_1.12.1.bb index ac69b63bde..e8c1b3d7e0 100644 --- a/meta/recipes-devtools/meson/meson_1.12.0.bb +++ b/meta/recipes-devtools/meson/meson_1.12.1.bb @@ -14,7 +14,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] = "88afe0c20e52030218924ac37d0c81c59b4b5f3ae3752c8c6d7470c7d365886c" +SRC_URI[sha256sum] = "ab0a6ca09f8ef70c564c8241fb5a23957886a0b53fb58412b5e07eaf07dba743" UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)$" inherit python_setuptools_build_meta github-releases