- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
19 lines
585 B
BlitzBasic
19 lines
585 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
|
|
}
|
|
|
|
BBCLASSEXTEND = "native"
|