From patchwork Wed Apr 15 14:04:35 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: 86084 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 AAE10F42131 for ; Wed, 15 Apr 2026 14:04:39 +0000 (UTC) Received: from a27-29.smtp-out.us-west-2.amazonses.com (a27-29.smtp-out.us-west-2.amazonses.com [54.240.27.29]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.19811.1776261873316093719 for ; Wed, 15 Apr 2026 07:04:36 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=xQZLVjB2; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=cqlr87qS; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.29, mailfrom: 0101019d91754908-ca795ad2-0074-4d8f-aa39-4816614bab52-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=1776261876; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=qfbuZJzdIyibIlUitqIQV4l8H0ePvFxA7mOTECXOlEI=; b=xQZLVjB2d3NI4xbt2yAONRhA/l4OffjNb3PVzhcjyG0i0mtoATj/P54Fowlgp8DL odIy0c7GhN7j2zYT82FJZhXPlgYnFjNJtUQQelKmeG81Yq1YZLcwYOS99SiX5locXF1 u0JPoSfUDzSbzcEl4MbV2Hu9uC17YtlgfkmCzD+w= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1776261876; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=qfbuZJzdIyibIlUitqIQV4l8H0ePvFxA7mOTECXOlEI=; b=cqlr87qSHwwnemPNXqLY63F+3Y5Mnk3ZvxmE4Ar99NEvEJfuvjd+xdK4dPrK16uZ DNz13uOX/7VQJcQ/9q0rLyjnXdV+AEwtSuO1VjI1fFCaB5NGDbv6mX8vk6OStNV9w6H QrG1l6kIO8/mtlxDgXXbHEZ02uhXYcnn0Qm+Tpyk= MIME-Version: 1.0 From: auh@yoctoproject.org To: Trevor Gamblin Cc: openembedded-core@lists.openembedded.org Subject: [AUH] meson: upgrading to 1.11.0 SUCCEEDED Message-ID: <0101019d91754908-ca795ad2-0074-4d8f-aa39-4816614bab52-000000@us-west-2.amazonses.com> Date: Wed, 15 Apr 2026 14:04:35 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.04.15-54.240.27.29 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, 15 Apr 2026 14:04:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/235224 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *meson* to *1.11.0* has Succeeded. Next steps: - apply the patch: git am 0001-meson-upgrade-1.10.2-1.11.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 d0b51835ac15aec29af8aa89c921e4547aa32d69 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 15 Apr 2026 07:07:30 +0000 Subject: [PATCH] meson: upgrade 1.10.2 -> 1.11.0 --- .../0001-Make-CPU-family-warnings-fatal.patch | 17 ++++++----------- ...Support-building-allarch-recipes-again.patch | 6 +++--- .../meson/{meson_1.10.2.bb => meson_1.11.0.bb} | 2 +- 3 files changed, 10 insertions(+), 15 deletions(-) rename meta/recipes-devtools/meson/{meson_1.10.2.bb => meson_1.11.0.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 c2dc3fffcf..e8c4dc31bb 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 9854e557b77612afb095e9868bb7cba12bc1b1cb Mon Sep 17 00:00:00 2001 +From 593f5362a4464ec4266f13c1c57fc8324da5606b 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 @@ -6,15 +6,14 @@ Subject: [PATCH] Make CPU family warnings fatal Upstream-Status: Inappropriate [OE specific] Signed-off-by: Ross Burton --- - mesonbuild/envconfig.py | 4 ++-- - mesonbuild/environment.py | 6 ++---- - 2 files changed, 4 insertions(+), 6 deletions(-) + mesonbuild/envconfig.py | 8 +++----- + 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/mesonbuild/envconfig.py b/mesonbuild/envconfig.py -index 43fad0c..27be871 100644 +index 7e19505..3dc9766 100644 --- a/mesonbuild/envconfig.py +++ b/mesonbuild/envconfig.py -@@ -287,8 +287,8 @@ class MachineInfo(HoldableObject): +@@ -294,8 +294,8 @@ class MachineInfo(HoldableObject): 'but is missing {}.'.format(minimum_literal - set(literal))) cpu_family = literal['cpu_family'] @@ -25,11 +24,7 @@ index 43fad0c..27be871 100644 endian = literal['endian'] if endian not in ('little', 'big'): -diff --git i/mesonbuild/envconfig.py w/mesonbuild/envconfig.py -index dd050b011..5277693c3 100644 ---- i/mesonbuild/envconfig.py -+++ w/mesonbuild/envconfig.py -@@ -634,9 +634,7 @@ def detect_cpu_family(compilers: T.Dict[str, Compiler]) -> str: +@@ -642,9 +642,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 2e294b5b7f..bebfcd3d29 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 fac479734d7f6e04eba71c8193623465d9eb0228 Mon Sep 17 00:00:00 2001 +From 0d148a962bb5b858384eff4fd492f468b7c0bbee 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,10 +12,10 @@ Signed-off-by: Peter Kjellerstedt 1 file changed, 1 insertion(+) diff --git a/mesonbuild/envconfig.py b/mesonbuild/envconfig.py -index 27be871..994ac77 100644 +index 3dc9766..212a5e8 100644 --- a/mesonbuild/envconfig.py +++ b/mesonbuild/envconfig.py -@@ -31,6 +31,7 @@ if T.TYPE_CHECKING: +@@ -37,6 +37,7 @@ if T.TYPE_CHECKING: known_cpu_families = ( diff --git a/meta/recipes-devtools/meson/meson_1.10.2.bb b/meta/recipes-devtools/meson/meson_1.11.0.bb similarity index 98% rename from meta/recipes-devtools/meson/meson_1.10.2.bb rename to meta/recipes-devtools/meson/meson_1.11.0.bb index 9832437531..d06ede78a0 100644 --- a/meta/recipes-devtools/meson/meson_1.10.2.bb +++ b/meta/recipes-devtools/meson/meson_1.11.0.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] = "7890287d911dd4ee1ebd0efb61ed0321bfcd87c725df923a837cf90c6508f96b" +SRC_URI[sha256sum] = "dffdd0915ceb028541fe3bed77d63ba35e78514591c043736b450d62634eeb31" UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)$" inherit python_setuptools_build_meta github-releases