From: Quentin Schulz Date: Thu, 4 Sep 2025 14:03:42 +0000 (+0200) Subject: mesa: upgrade 25.2.0 -> 25.2.2 X-Git-Tag: uninative-5.0~291 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6315f54c1eedd18155a54c98d0b5872a7d74c6d4;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git mesa: upgrade 25.2.0 -> 25.2.2 Changelog for 25.2.1: https://docs.mesa3d.org/relnotes/25.2.1.html Changelog and sha256sum: https://docs.mesa3d.org/relnotes/25.2.2.html Signed-off-by: Quentin Schulz Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index 3de85044c0..5dee19fae9 100644 --- a/meta/recipes-graphics/mesa/mesa.inc +++ b/meta/recipes-graphics/mesa/mesa.inc @@ -20,8 +20,8 @@ SRC_URI = "https://archive.mesa3d.org/mesa-${PV}.tar.xz \ file://0001-meson-fix-libcl-assert-reproducibility.patch \ " -SRC_URI[sha256sum] = "7c726b21c074d14d31d253d638b741422f3c0a497ce7f1b4aaaa917d10bd8d4f" -PV = "25.2.0" +SRC_URI[sha256sum] = "43d7abcd4aa8049d8fd75538344a374104765e81e17b4a6314cee2c0160e4412" +PV = "25.2.2" UPSTREAM_CHECK_GITTAGREGEX = "mesa-(?P\d+(\.\d+)+)"