From 05f4e7a459de7a7273f8e0a1bc9c0a95e47cfcb3 Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Sat, 27 Jan 2024 21:48:11 -0300 Subject: [PATCH] mesa: Upgrade 23.3.3 -> 23.3.4 Mesa 23.3.4 release notes: https://lists.freedesktop.org/archives/mesa-announce/2024-January/000745.html (From OE-Core rev: c8abc906d1c85ebc967a0aa0e8e52bd4ed09708d) Signed-off-by: Fabio Estevam Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- .../mesa/{mesa-gl_23.3.3.bb => mesa-gl_23.3.4.bb} | 0 meta/recipes-graphics/mesa/mesa.inc | 2 +- meta/recipes-graphics/mesa/{mesa_23.3.3.bb => mesa_23.3.4.bb} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/mesa/{mesa-gl_23.3.3.bb => mesa-gl_23.3.4.bb} (100%) rename meta/recipes-graphics/mesa/{mesa_23.3.3.bb => mesa_23.3.4.bb} (100%) diff --git a/meta/recipes-graphics/mesa/mesa-gl_23.3.3.bb b/meta/recipes-graphics/mesa/mesa-gl_23.3.4.bb similarity index 100% rename from meta/recipes-graphics/mesa/mesa-gl_23.3.3.bb rename to meta/recipes-graphics/mesa/mesa-gl_23.3.4.bb diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index e063eb3507..16843b6036 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] = "518307c0057fa3cee8b58df78be431d4df5aafa7edc60d09278b2d7a0a80f3b4" +SRC_URI[sha256sum] = "df12d765be4650fe532860b18aa18e6da1d0b07d1a21dfdfe04660e6b7bac39a" UPSTREAM_CHECK_GITTAGREGEX = "mesa-(?P\d+(\.\d+)+)" diff --git a/meta/recipes-graphics/mesa/mesa_23.3.3.bb b/meta/recipes-graphics/mesa/mesa_23.3.4.bb similarity index 100% rename from meta/recipes-graphics/mesa/mesa_23.3.3.bb rename to meta/recipes-graphics/mesa/mesa_23.3.4.bb