Message ID | 20241103183101.27559-1-hiagofranco@gmail.com |
---|---|
State | Accepted |
Headers | show |
Series | [meta-oe] drm-info: add recipe | expand |
diff --git a/meta-oe/recipes-graphics/drm/drm-info_2.7.0.bb b/meta-oe/recipes-graphics/drm/drm-info_2.7.0.bb new file mode 100644 index 000000000000..9f1cbb47fbfd --- /dev/null +++ b/meta-oe/recipes-graphics/drm/drm-info_2.7.0.bb @@ -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"