blob: c1f512160d61c25bb2b4f85b7ca5471d16021f5c [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"
10SRCREV = "e052f5f9fdf74ca11aa1a8edfa62eff8d0aa3d0d"
11PV = "0.0+git${SRCPV}"
12S = "${WORKDIR}/git"
13
14do_install() {
15 oe_runmake 'DESTDIR=${D}' install
16}