summaryrefslogtreecommitdiff
path: root/meta-openembedded/meta-oe/recipes-support/edid-decode/edid-decode_git.bb
blob: c1f512160d61c25bb2b4f85b7ca5471d16021f5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SUMMARY = "Decode EDID data in human-readable format"
DESCRIPTION = "edid-decode decodes EDID monitor description data in human-readable format."
HOMEPAGE = "https://hverkuil.home.xs4all.nl/edid-decode/edid-decode.html"

SECTION = "console/utils"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=2ef696d66c156139232201f223c22592"

SRC_URI= "git://git.linuxtv.org/edid-decode.git;protocol=https;branch=master"
SRCREV = "e052f5f9fdf74ca11aa1a8edfa62eff8d0aa3d0d"
PV = "0.0+git${SRCPV}"
S = "${WORKDIR}/git"

do_install() {
    oe_runmake 'DESTDIR=${D}' install
}