From f46a211108854b4dabac0336cdcb2cf7b003d7cd Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Sat, 13 Jan 2024 14:28:38 -0300 Subject: [PATCH] libdrm: Upgrade to 2.4.120 Upgrade to 2.4.120 which has the following changes: Eric Engestrom (1): radeon: fix missing stencil_tile_mode initialisation in the linear/fallback case Pierre-Eric Pelloux-Prayer (1): amdgpu: fix use-after-free Simon Ser (2): Sync headers with drm-next build: bump version to 2.4.120 Signed-off-by: Fabio Estevam Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- .../drm/{libdrm_2.4.119.bb => libdrm_2.4.120.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/drm/{libdrm_2.4.119.bb => libdrm_2.4.120.bb} (97%) diff --git a/meta/recipes-graphics/drm/libdrm_2.4.119.bb b/meta/recipes-graphics/drm/libdrm_2.4.120.bb similarity index 97% rename from meta/recipes-graphics/drm/libdrm_2.4.119.bb rename to meta/recipes-graphics/drm/libdrm_2.4.120.bb index e89ba68164f..18b32568436 100644 --- a/meta/recipes-graphics/drm/libdrm_2.4.119.bb +++ b/meta/recipes-graphics/drm/libdrm_2.4.120.bb @@ -13,7 +13,7 @@ DEPENDS = "libpthread-stubs" SRC_URI = "http://dri.freedesktop.org/libdrm/${BP}.tar.xz \ " -SRC_URI[sha256sum] = "0a49f12f09b5b6e68eaaaff3f02ca7cff9aa926939b212d343161d3e8ac56291" +SRC_URI[sha256sum] = "3bf55363f76c7250946441ab51d3a6cc0ae518055c0ff017324ab76cdefb327a" inherit meson pkgconfig manpages -- 2.47.2