From patchwork Sun Jun 15 13:14:44 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: 64964 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 D2B45C7EE31 for ; Sun, 15 Jun 2025 13:14:52 +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.web10.8863.1749993282158080202 for ; Sun, 15 Jun 2025 06:14:45 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=mNXp65W9; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=VJOfT3Pq; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 0101019773ba6486-30e6a9b0-ae02-4aa2-b5ae-49e1587e2d8b-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=1749993284; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=FvQy4WdQRnCoQd/cWGczHKc2/yQ9PDPzeUTu8TYG7YU=; b=mNXp65W98H0WjbevEaFUXM43la5gTN1YkFl9BKVQzj7XWdR3NRA9TdoxgshK+9/m FjPGee/zwlDl6dfehIN1SOnPI06Ibv5hPP7I/6oVmddv+VF5tcAd+kSD0OfavSEGCRR smfP7p/iSBvIBneIPOm4LG1DNC0c/kFFQOtTRpYw= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1749993284; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=FvQy4WdQRnCoQd/cWGczHKc2/yQ9PDPzeUTu8TYG7YU=; b=VJOfT3Pq3quvkCtxQbWw8xuOhhzdHg6LI7rmgp7upyN89XEBzDdAufd1E8E/21Qo 8cZMrkEnYc1wuNf28VC1KFCJfovYjPfZzEMbQAAGd6yPSGPB38B5TxQWTB0LW2g2ztW 6tSZEj2LPZFfALL/BWA/8gH217vVzlclv6KG8O7U= MIME-Version: 1.0 From: auh@yoctoproject.org To: Trevor Gamblin Cc: openembedded-core@lists.openembedded.org Subject: [AUH] meson: upgrading to 1.8.2 SUCCEEDED Message-ID: <0101019773ba6486-30e6a9b0-ae02-4aa2-b5ae-49e1587e2d8b-000000@us-west-2.amazonses.com> Date: Sun, 15 Jun 2025 13:14:44 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.06.15-54.240.27.45 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, 15 Jun 2025 13:14:52 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/218671 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *meson* to *1.8.2* has Succeeded. Next steps: - apply the patch: git am 0001-meson-upgrade-1.8.1-1.8.2.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 29ac6841828015354c80f1aaa697deba99518571 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sun, 15 Jun 2025 07:57:07 +0000 Subject: [PATCH] meson: upgrade 1.8.1 -> 1.8.2 --- .../meson/meson/0001-Make-CPU-family-warnings-fatal.patch | 2 +- ...1-python-module-do-not-manipulate-the-environment-when.patch | 2 +- .../meson/0002-Support-building-allarch-recipes-again.patch | 2 +- meta/recipes-devtools/meson/{meson_1.8.1.bb => meson_1.8.2.bb} | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-devtools/meson/{meson_1.8.1.bb => meson_1.8.2.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..f631241602 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 ceb8fc47e3aa9a99cbb455cb411a2e1f24e91187 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 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..37b4a6cb22 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 99497f7e499bcfa38bbe7f570351500a50d5857f 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..9b61a87a4e 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 2773f298077a33b5ea122c7491fa0969c8a1642e 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.1.bb b/meta/recipes-devtools/meson/meson_1.8.2.bb similarity index 98% rename from meta/recipes-devtools/meson/meson_1.8.1.bb rename to meta/recipes-devtools/meson/meson_1.8.2.bb index af4bc9fecd..bfeaab0a79 100644 --- a/meta/recipes-devtools/meson/meson_1.8.1.bb +++ b/meta/recipes-devtools/meson/meson_1.8.2.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] = "b4e3b80e8fa633555abf447a95a700aba1585419467b2710d5e5bf88df0a7011" +SRC_URI[sha256sum] = "c105816d8158c76b72adcb9ff60297719096da7d07f6b1f000fd8c013cd387af" UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)$" inherit python_setuptools_build_meta github-releases