From 8e84be8a8a65a8f4a24c91881093c26d9717894c Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Thu, 21 Sep 2023 10:02:11 +0200 Subject: [PATCH] mesa: Upgrade 23.1.7 -> 23.1.8 (From OE-Core rev: eb7339bd83c101f127cf580024bb5448ab36943e) Signed-off-by: Markus Volk Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- .../mesa/{mesa-gl_23.1.7.bb => mesa-gl_23.1.8.bb} | 0 meta/recipes-graphics/mesa/mesa.inc | 2 +- meta/recipes-graphics/mesa/{mesa_23.1.7.bb => mesa_23.1.8.bb} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/mesa/{mesa-gl_23.1.7.bb => mesa-gl_23.1.8.bb} (100%) rename meta/recipes-graphics/mesa/{mesa_23.1.7.bb => mesa_23.1.8.bb} (100%) diff --git a/meta/recipes-graphics/mesa/mesa-gl_23.1.7.bb b/meta/recipes-graphics/mesa/mesa-gl_23.1.8.bb similarity index 100% rename from meta/recipes-graphics/mesa/mesa-gl_23.1.7.bb rename to meta/recipes-graphics/mesa/mesa-gl_23.1.8.bb diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index a451d06ce9..559d445ae5 100644 --- a/meta/recipes-graphics/mesa/mesa.inc +++ b/meta/recipes-graphics/mesa/mesa.inc @@ -21,7 +21,7 @@ SRC_URI = "https://mesa.freedesktop.org/archive/mesa-${PV}.tar.xz \ file://0001-intel-Allow-using-intel_clc-from-the-system.patch \ " -SRC_URI[sha256sum] = "409641eadf0ed1c7794797a6f5a0b0195b5580b282166e5ec5629c6bcda6acd3" +SRC_URI[sha256sum] = "45434ff91a709844130a3174d9c0ef39c6b50725b2bb0c13e736f36134db14ad" UPSTREAM_CHECK_GITTAGREGEX = "mesa-(?P\d+(\.\d+)+)" diff --git a/meta/recipes-graphics/mesa/mesa_23.1.7.bb b/meta/recipes-graphics/mesa/mesa_23.1.8.bb similarity index 100% rename from meta/recipes-graphics/mesa/mesa_23.1.7.bb rename to meta/recipes-graphics/mesa/mesa_23.1.8.bb