mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
drm-info: add recipe
This recipe provides information about DRM devices, useful for debugging and checking information about DRM. Signed-off-by: Hiago De Franco <hiago.franco@toradex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
fa7ee06bd6
commit
98c18177fd
13
meta-oe/recipes-graphics/drm/drm-info_2.7.0.bb
Normal file
13
meta-oe/recipes-graphics/drm/drm-info_2.7.0.bb
Normal file
@ -0,0 +1,13 @@
|
||||
SUMMARY = "Small utility to dump info about DRM devices"
|
||||
HOMEPAGE = "https://gitlab.freedesktop.org/emersion/drm_info"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=32fd56d355bd6a61017655d8da26b67c"
|
||||
|
||||
SRC_URI = "git://gitlab.freedesktop.org/emersion/drm_info.git;branch=master;protocol=https"
|
||||
SRCREV = "c1f5ca4cf750b26eb26c1d9d5c2ef057acbcfefc"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit meson pkgconfig
|
||||
|
||||
DEPENDS = "json-c libdrm"
|
||||
Loading…
x
Reference in New Issue
Block a user