From e1984c2e466f7c45fa9467a5c560609b822d0b29 Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Sat, 3 Feb 2024 00:10:52 -0300 Subject: [PATCH] mesa: Upgrade 23.3.4 -> 23.3.5 Mesa 23.3.5 release notes: https://lists.freedesktop.org/archives/mesa-announce/2024-February/000748.html (From OE-Core rev: f740aa48c34c0abd01b6a506ba6951890ee9415f) Signed-off-by: Fabio Estevam Signed-off-by: Richard Purdie --- .../mesa/{mesa-gl_23.3.4.bb => mesa-gl_23.3.5.bb} | 0 meta/recipes-graphics/mesa/mesa.inc | 2 +- meta/recipes-graphics/mesa/{mesa_23.3.4.bb => mesa_23.3.5.bb} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/mesa/{mesa-gl_23.3.4.bb => mesa-gl_23.3.5.bb} (100%) rename meta/recipes-graphics/mesa/{mesa_23.3.4.bb => mesa_23.3.5.bb} (100%) diff --git a/meta/recipes-graphics/mesa/mesa-gl_23.3.4.bb b/meta/recipes-graphics/mesa/mesa-gl_23.3.5.bb similarity index 100% rename from meta/recipes-graphics/mesa/mesa-gl_23.3.4.bb rename to meta/recipes-graphics/mesa/mesa-gl_23.3.5.bb diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index 16843b6036..3a7b91f637 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] = "df12d765be4650fe532860b18aa18e6da1d0b07d1a21dfdfe04660e6b7bac39a" +SRC_URI[sha256sum] = "69ccb1278641ff5bad71ca0f866188aeb1a92aadc4dbb9d35f50aebec5b8b50f" UPSTREAM_CHECK_GITTAGREGEX = "mesa-(?P\d+(\.\d+)+)" diff --git a/meta/recipes-graphics/mesa/mesa_23.3.4.bb b/meta/recipes-graphics/mesa/mesa_23.3.5.bb similarity index 100% rename from meta/recipes-graphics/mesa/mesa_23.3.4.bb rename to meta/recipes-graphics/mesa/mesa_23.3.5.bb