mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
b79176adb3
It's not necessary to specify the protocol parameter when it's the default protocol for the fetcher, e.g. the default protocol for git fetcher it git, "protocol=git" isn't needed. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
19 lines
463 B
BlitzBasic
19 lines
463 B
BlitzBasic
DESCRIPTION = "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}
|
|
}
|
|
|
|
|