mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
* Drop SRCPV similarly like oe-core did in: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=843f82a246a535c353e08072f252d1dc78217872 * SRCPV is deferred now from PV to PKGV since: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=a8e7b0f932b9ea69b3a218fca18041676c65aba0 Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
17 lines
559 B
BlitzBasic
17 lines
559 B
BlitzBasic
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 = "5920bf2a756b2f748c49ff6a08b9f421026473c5"
|
|
PV = "0.0+git"
|
|
S = "${WORKDIR}/git"
|
|
|
|
do_install() {
|
|
oe_runmake 'DESTDIR=${D}' install
|
|
}
|