diff options
author | 2024-01-13 14:28:38 -0300 | |
---|---|---|
committer | 2024-01-15 21:42:05 +0000 | |
commit | f46a211108854b4dabac0336cdcb2cf7b003d7cd (patch) | |
tree | 2f3756afebd9c5d0235a4ce95f4ec190e8150913 | |
parent | b624c194b054dceace6f260150c33c301cfe6e80 (diff) | |
download | openembedded-core-f46a211108854b4dabac0336cdcb2cf7b003d7cd.tar.gz |
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 <festevam@denx.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/drm/libdrm_2.4.120.bb (renamed from meta/recipes-graphics/drm/libdrm_2.4.119.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/drm/libdrm_2.4.119.bb b/meta/recipes-graphics/drm/libdrm_2.4.120.bb index e89ba68164..18b3256843 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 |