From 6982e2d66bd8296a3f67c72636ce015d328377d0 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Fri, 31 Dec 2021 16:38:42 -0300 Subject: [PATCH] mesa: 21.3.1 -> 21.3.3 Upgrade to 21.3.3 stable release. It includes bugfixes and minor improvements, for more detailed information about the included changes refer to the specific release notes: - 21.3.2: https://docs.mesa3d.org/relnotes/21.3.2.html - 21.3.3: https://docs.mesa3d.org/relnotes/21.3.3.html Signed-off-by: Otavio Salvador Signed-off-by: Richard Purdie --- .../mesa/{mesa-gl_21.3.1.bb => mesa-gl_21.3.3.bb} | 0 meta/recipes-graphics/mesa/mesa.inc | 2 +- meta/recipes-graphics/mesa/{mesa_21.3.1.bb => mesa_21.3.3.bb} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/mesa/{mesa-gl_21.3.1.bb => mesa-gl_21.3.3.bb} (100%) rename meta/recipes-graphics/mesa/{mesa_21.3.1.bb => mesa_21.3.3.bb} (100%) diff --git a/meta/recipes-graphics/mesa/mesa-gl_21.3.1.bb b/meta/recipes-graphics/mesa/mesa-gl_21.3.3.bb similarity index 100% rename from meta/recipes-graphics/mesa/mesa-gl_21.3.1.bb rename to meta/recipes-graphics/mesa/mesa-gl_21.3.3.bb diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index 64702f8168..7f47f18591 100644 --- a/meta/recipes-graphics/mesa/mesa.inc +++ b/meta/recipes-graphics/mesa/mesa.inc @@ -23,7 +23,7 @@ SRC_URI = "https://mesa.freedesktop.org/archive/mesa-${PV}.tar.xz \ file://0001-v3dv-account-for-64bit-time_t-on-32bit-arches.patch \ " -SRC_URI[sha256sum] = "2b0dc2540cb192525741d00f706dbc4586349185dafc65729c7fda0800cc474d" +SRC_URI[sha256sum] = "ad7f4613ea7c5d08d9fcb5025270199e6ceb9aa99fd72ee572b70342240a8121" UPSTREAM_CHECK_GITTAGREGEX = "mesa-(?P\d+(\.\d+)+)" diff --git a/meta/recipes-graphics/mesa/mesa_21.3.1.bb b/meta/recipes-graphics/mesa/mesa_21.3.3.bb similarity index 100% rename from meta/recipes-graphics/mesa/mesa_21.3.1.bb rename to meta/recipes-graphics/mesa/mesa_21.3.3.bb -- 2.40.1