From patchwork Thu Feb 15 17:32:24 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 39423 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 BA169C54EE6 for ; Thu, 15 Feb 2024 17:32:39 +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.20324.1708018344476467899 for ; Thu, 15 Feb 2024 09:32:24 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=TZ87Z0Bs; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=nMPxw2vh; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.192, mailfrom: 0101018dadd3a13f-eae783e7-a0ef-42ee-9dc7-305b22f8d2fc-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=1708018344; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=0RZZnHlAnaM6Z1uDRVC3WCeGbhAWZ/xVhXW6jl6uDWE=; b=TZ87Z0BsDHiT4JRc8G/rRPkdlMh3BKdFzKfGrRGR29Tm7KS/hhqg1wLQx/chlNM+ qv9iCceOyVbtrB9tKWMipj9CcgaA/gRnfS4Y/86DuIikOgaLE0l1HVbb1xEn6BxS63N MhdAz4uGSaFYHn7g2hefue9spVOd4xY37GhY2aH4= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1708018344; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=0RZZnHlAnaM6Z1uDRVC3WCeGbhAWZ/xVhXW6jl6uDWE=; b=nMPxw2vhHfC7XREHlClbtGZqfPo0b+jacuAy3cU2JbdvQqo9ePHe80FKDcuH7qF+ X1QIVbYMcO3EYeA0tnnQZPGEFPwKIG0tEqpSz9WfWzvtMLmMn7nXrnWz5NDmVdmC8cs YQzD0Gvwmv8UD247/HXO0YBT5UpHiQFbfUCeOnCw= MIME-Version: 1.0 From: auh@yoctoproject.org To: Alexander Kanavin Cc: openembedded-core@lists.openembedded.org Subject: [AUH] meson: upgrading to 1.3.2 SUCCEEDED Message-ID: <0101018dadd3a13f-eae783e7-a0ef-42ee-9dc7-305b22f8d2fc-000000@us-west-2.amazonses.com> Date: Thu, 15 Feb 2024 17:32:24 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.02.15-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 ; Thu, 15 Feb 2024 17:32:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/195575 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *meson* to *1.3.2* has Succeeded. Next steps: - apply the patch: git am 0001-meson-upgrade-1.3.1-1.3.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 940103ec9fff34b8dcd010e5005eb637b7b7b276 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 15 Feb 2024 07:46:31 +0000 Subject: [PATCH] meson: upgrade 1.3.1 -> 1.3.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.3.1.bb => meson_1.3.2.bb} | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-devtools/meson/{meson_1.3.1.bb => meson_1.3.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 8ea7c35950..24b2831f33 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 b77cbe67df5fa0998946503f207c256ee740bb5f Mon Sep 17 00:00:00 2001 +From 5ff1b47c36984eb8ee90b790306fb59705353782 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 2e0a4b1bbe..0116217605 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 e85683698aa3556bf14fc6d35f2c067f16af520b Mon Sep 17 00:00:00 2001 +From 3c29e08bf8bde06a350148ac88637b2f3cdaf86d 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 a8396f30bb..665d46d4f0 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 6fb8db54929b40e1fd7ac949ef44f0d37df0bae9 Mon Sep 17 00:00:00 2001 +From eb04c466340465b4b86f29fef2cdc7b813e8bafa 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.3.1.bb b/meta/recipes-devtools/meson/meson_1.3.2.bb similarity index 98% rename from meta/recipes-devtools/meson/meson_1.3.1.bb rename to meta/recipes-devtools/meson/meson_1.3.2.bb index 3a4bb14f09..98b600996c 100644 --- a/meta/recipes-devtools/meson/meson_1.3.1.bb +++ b/meta/recipes-devtools/meson/meson_1.3.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] = "6020568bdede1643d4fb41e28215be38eff5d52da28ac7d125457c59e0032ad7" +SRC_URI[sha256sum] = "492eb450c8b073024276f916f5adbb3c4bb7e90e9e6ec124efda064f3d9b5baa" inherit python_setuptools_build_meta github-releases