mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
c95e155780
Changes: - rename SUMMARY with length > 80 to DESCRIPTION - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
19 lines
459 B
BlitzBasic
19 lines
459 B
BlitzBasic
SUMMARY = "Yet Another V4L2 Test Application"
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe"
|
|
|
|
SRC_URI = "git://git.ideasonboard.org/yavta.git \
|
|
file://0001-Add-stdout-mode-to-allow-streaming-over-the-network-.patch"
|
|
SRCREV = "82ff2efdb9787737b9f21b6f4759f077c827b238"
|
|
|
|
PV = "0.0"
|
|
PR = "r2"
|
|
S = "${WORKDIR}/git"
|
|
|
|
do_install() {
|
|
install -d ${D}${bindir}
|
|
install -m 0755 yavta ${D}${bindir}
|
|
}
|
|
|
|
|