blob: 91570b6f350aa00f0f07f3638487096b3bc9ffc5 [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."
3AUTHOR = "Hans Verkuil <hverkuil-cisco@xs4all.nl>"
4HOMEPAGE = "https://hverkuil.home.xs4all.nl/edid-decode/edid-decode.html"
5
6SECTION = "console/utils"
7LICENSE = "MIT"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=2ef696d66c156139232201f223c22592"
9
10SRC_URI= "git://git.linuxtv.org/edid-decode.git;protocol=https;branch=master"
11SRCREV = "e052f5f9fdf74ca11aa1a8edfa62eff8d0aa3d0d"
12PV = "0.0+git${SRCPV}"
13S = "${WORKDIR}/git"
14
15do_install() {
16 oe_runmake 'DESTDIR=${D}' install
17}