From patchwork Fri Jun 16 03:51:22 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 25786 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 B28D5C2FC0E for ; Fri, 16 Jun 2023 03:51:29 +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.web10.816.1686887482516053385 for ; Thu, 15 Jun 2023 20:51:23 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=aoyBukmH; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.29, mailfrom: 01010188c25443d0-6a67f9ec-efb3-4ee4-8b8a-cc695843772b-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=1686887482; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=xuyEQkxIP7x8h+vWztASnjS0AFqFtbbu/maQtIrS5k8=; b=aoyBukmHrFjY08jVf4Hb7o/SkDD+Yt/FcVcHZardVEw5AycUGYGyQzmBE1NXAc6S zgGbtu0Sq21dApCeLpVIqeBqGmO9tP5eg1g30KI2+5pUPfWl2AozGwTw7b+800FsvUi JYBkedas7NWCdMswtyLRyzXp/EZg8cBSMo2dSGbo= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1686887482; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=xuyEQkxIP7x8h+vWztASnjS0AFqFtbbu/maQtIrS5k8=; b=mjE6N8RGgG8tQ4Vlzf1/VJoqRfJ8UvvBPkS9SWGHIw6DCnD2dEzENdgwvO39efzr M7PIGMQD/BSMSmb4OipH4tzuZNSlbsmS1lvQimmd9ixe/4ZRODhMc02Za/AuSEJLTNB A/VhqWdJmYqcHQLEzTzPOaHbqIP+ouEoRbQ0pWg8= MIME-Version: 1.0 From: auh@yoctoproject.org To: Alexander Kanavin Cc: openembedded-core@lists.openembedded.org Subject: [AUH] meson: upgrading to 1.1.1 SUCCEEDED Message-ID: <01010188c25443d0-6a67f9ec-efb3-4ee4-8b8a-cc695843772b-000000@us-west-2.amazonses.com> Date: Fri, 16 Jun 2023 03:51:22 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.06.16-54.240.27.29 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 ; Fri, 16 Jun 2023 03:51:29 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/182910 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *meson* to *1.1.1* has Succeeded. Next steps: - apply the patch: git am 0001-meson-upgrade-1.1.0-1.1.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 41cb2438c1c0f3f5288b4a7b9c2af7ad36058b07 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 15 Jun 2023 11:56:18 +0000 Subject: [PATCH] meson: upgrade 1.1.0 -> 1.1.1 --- meta/recipes-devtools/meson/{meson_1.1.0.bb => meson_1.1.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/meson/{meson_1.1.0.bb => meson_1.1.1.bb} (98%) diff --git a/meta/recipes-devtools/meson/meson_1.1.0.bb b/meta/recipes-devtools/meson/meson_1.1.1.bb similarity index 98% rename from meta/recipes-devtools/meson/meson_1.1.0.bb rename to meta/recipes-devtools/meson/meson_1.1.1.bb index 1190d5c34d..500e13775f 100644 --- a/meta/recipes-devtools/meson/meson_1.1.0.bb +++ b/meta/recipes-devtools/meson/meson_1.1.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] = "d9616c44cd6c53689ff8f05fc6958a693f2e17c3472a8daf83cee55dabff829f" +SRC_URI[sha256sum] = "d04b541f97ca439fb82fab7d0d480988be4bd4e62563a5ca35fadb5400727b1c" inherit python_setuptools_build_meta github-releases