mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
22 lines
625 B
BlitzBasic
22 lines
625 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"
|
|
|
|
# Upstream repo does not tag
|
|
UPSTREAM_CHECK_COMMITS = "1"
|
|
|
|
|
|
do_install() {
|
|
oe_runmake 'DESTDIR=${D}' install
|
|
}
|
|
|
|
BBCLASSEXTEND = "native"
|