blob: bb8c9de71dc9af8ba55b741e78150db71ed7aba5 [file] [log] [blame]
Andrew Geisslerc5535c92023-01-27 16:10:19 -06001SUMMARY = "Decode EDID data in human-readable format"
2DESCRIPTION = "edid-decode decodes EDID monitor description data in human-readable format."
Andrew Geisslerc5535c92023-01-27 16:10:19 -06003HOMEPAGE = "https://hverkuil.home.xs4all.nl/edid-decode/edid-decode.html"
4
5SECTION = "console/utils"
6LICENSE = "MIT"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=2ef696d66c156139232201f223c22592"
8
9SRC_URI= "git://git.linuxtv.org/edid-decode.git;protocol=https;branch=master"
Patrick Williamsac13d5f2023-11-24 18:59:46 -060010SRCREV = "5920bf2a756b2f748c49ff6a08b9f421026473c5"
Patrick Williams73bd93f2024-02-20 08:07:48 -060011PV = "0.0+git"
Andrew Geisslerc5535c92023-01-27 16:10:19 -060012S = "${WORKDIR}/git"
13
14do_install() {
15 oe_runmake 'DESTDIR=${D}' install
16}