mesa: 21.3.1 -> 21.3.3

Message ID 20211231193842.2283615-1-otavio@ossystems.com.br
State Accepted, archived
Commit 6982e2d66bd8296a3f67c72636ce015d328377d0
Headers show
Series mesa: 21.3.1 -> 21.3.3 | expand

Commit Message

Otavio Salvador Dec. 31, 2021, 7:38 p.m. UTC
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 <otavio@ossystems.com.br>
---
 .../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%)

Patch

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<pver>\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