summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-06-21 22:16:29 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-06-22 22:40:25 +0100
commitf92305d6b59447935557deebf5c0a40ce8c23929 (patch)
treebcc738323d4c6e4d41c604fee910889d354b1e28
parentbd63e0a8aaefe6f3ccb8239b51ae4637909f21b2 (diff)
downloadopenembedded-core-contrib-f92305d6b59447935557deebf5c0a40ce8c23929.tar.gz
libdrm: update 2.4.110 -> 2.4.111
libkms option dropped by upstream. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-graphics/drm/libdrm_2.4.111.bb (renamed from meta/recipes-graphics/drm/libdrm_2.4.110.bb)5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-graphics/drm/libdrm_2.4.110.bb b/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"