diff mbox series

[AUH] meson: upgrading to 1.1.1 SUCCEEDED

Message ID 01010188c25443d0-6a67f9ec-efb3-4ee4-8b8a-cc695843772b-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] meson: upgrading to 1.1.1 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org June 16, 2023, 3:51 a.m. UTC
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 <auh@yoctoproject.org>
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 mbox series

Patch

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