[10/18] libdrm: update 2.4.110 -> 2.4.111

Message ID 20220621201637.1378306-10-alex@linutronix.de
State Accepted, archived
Commit f92305d6b59447935557deebf5c0a40ce8c23929
Headers show
Series [01/18] sato: work around missing icons in adwaita 42.0 | expand

Commit Message

Alexander Kanavin June 21, 2022, 8:16 p.m. UTC
libkms option dropped by upstream.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 .../drm/{libdrm_2.4.110.bb => libdrm_2.4.111.bb}             | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta/recipes-graphics/drm/{libdrm_2.4.110.bb => libdrm_2.4.111.bb} (91%)

Patch

diff --git a/meta/recipes-graphics/drm/libdrm_2.4.110.bb b/meta/recipes-graphics/drm/libdrm_2.4.111.bb
similarity index 91%
rename from meta/recipes-graphics/drm/libdrm_2.4.110.bb
rename to meta/recipes-graphics/drm/libdrm_2.4.111.bb
index dd775939a5..17b737c556 100644
--- a/meta/recipes-graphics/drm/libdrm_2.4.110.bb
+++ b/meta/recipes-graphics/drm/libdrm_2.4.111.bb
@@ -13,12 +13,11 @@  DEPENDS = "libpthread-stubs"
 SRC_URI = "http://dri.freedesktop.org/libdrm/${BP}.tar.xz \
           "
 
-SRC_URI[sha256sum] = "eecee4c4b47ed6d6ce1a9be3d6d92102548ea35e442282216d47d05293cf9737"
+SRC_URI[sha256sum] = "1ad7164f77424de6f4ecba7c262bde196a214c6e19a6fbf497f0815f4d7ab2a9"
 
 inherit meson pkgconfig manpages
 
-PACKAGECONFIG ??= "libkms intel radeon amdgpu nouveau vmwgfx omap freedreno vc4 etnaviv install-test-programs"
-PACKAGECONFIG[libkms] = "-Dlibkms=true,-Dlibkms=false"
+PACKAGECONFIG ??= "intel radeon amdgpu nouveau vmwgfx omap freedreno vc4 etnaviv install-test-programs"
 PACKAGECONFIG[intel] = "-Dintel=true,-Dintel=false,libpciaccess"
 PACKAGECONFIG[radeon] = "-Dradeon=true,-Dradeon=false"
 PACKAGECONFIG[amdgpu] = "-Damdgpu=true,-Damdgpu=false"