diff mbox series

[AUH] mesa: upgrading to 23.1.5 SUCCEEDED

Message ID 0101018a006e6906-b45b2ce2-8b06-4ca0-b06a-a47482060ac8-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] mesa: upgrading to 23.1.5 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Aug. 16, 2023, 10:19 p.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *mesa* to *23.1.5* has Succeeded.

Next steps:
    - apply the patch: git am 0001-mesa-upgrade-23.1.3-23.1.5.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 79227ceb12321a9ad52dd8015b0d588b75b7a885 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Wed, 16 Aug 2023 13:39:16 +0000
Subject: [PATCH] mesa: upgrade 23.1.3 -> 23.1.5

---
 meta/recipes-graphics/mesa/mesa.inc                           | 2 +-
 meta/recipes-graphics/mesa/{mesa_23.1.3.bb => mesa_23.1.5.bb} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/mesa/{mesa_23.1.3.bb => mesa_23.1.5.bb} (100%)
diff mbox series

Patch

diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc
index 79a1d975bf..8b98f09aef 100644
--- a/meta/recipes-graphics/mesa/mesa.inc
+++ b/meta/recipes-graphics/mesa/mesa.inc
@@ -20,7 +20,7 @@  SRC_URI = "https://mesa.freedesktop.org/archive/mesa-${PV}.tar.xz \
            file://0001-gallium-Fix-build-with-llvm-17.patch \
            "
 
-SRC_URI[sha256sum] = "2f6d7381bc10fbd2d6263ad1022785b8b511046c1a904162f8f7da18eea8aed9"
+SRC_URI[sha256sum] = "3cf88576fdebf24fc4047067936131c90cb6541c27365996b79b661dec1fb153"
 
 UPSTREAM_CHECK_GITTAGREGEX = "mesa-(?P<pver>\d+(\.\d+)+)"
 
diff --git a/meta/recipes-graphics/mesa/mesa_23.1.3.bb b/meta/recipes-graphics/mesa/mesa_23.1.5.bb
similarity index 100%
rename from meta/recipes-graphics/mesa/mesa_23.1.3.bb
rename to meta/recipes-graphics/mesa/mesa_23.1.5.bb