From: Dmitry Baryshkov Date: Thu, 15 Jan 2026 21:26:41 +0000 (+0200) Subject: mesa: upgrade 25.3.1 -> 25.3.3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e6030f9708df4ee427b215492b517e7256c8f31;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git mesa: upgrade 25.3.1 -> 25.3.3 Upgrade Mesa to the latest stable release, picking up several fixes (mostly anv, radv and pan/panvk/panfrost drivers). Signed-off-by: Dmitry Baryshkov Signed-off-by: Antonin Godard Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index a82bfb6135..1607fddd4b 100644 --- a/meta/recipes-graphics/mesa/mesa.inc +++ b/meta/recipes-graphics/mesa/mesa.inc @@ -22,8 +22,8 @@ SRC_URI = "https://archive.mesa3d.org/mesa-${PV}.tar.xz \ file://0002-rocket-drop-file-names-from-the-generated-file.patch \ " -SRC_URI[sha256sum] = "059d0d985622f49588f01aa29152804f4da8ffe6add046e00a52923379c2d8da" -PV = "25.3.1" +SRC_URI[sha256sum] = "05328b3891c000e6a110a3e7321d8bfbb21631d132bf86bd3d4a8f45c535ef6b" +PV = "25.3.3" UPSTREAM_CHECK_GITTAGREGEX = "mesa-(?P\d+(\.\d+)+)"