mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 17:39:57 +00:00
fe6e82649a
Thanks Martin to point the latest commit, see [1] [1] https://git.ideasonboard.org/yavta.git/commit/?id=52c975e5542504ac10bed8b1d68df5c75951d202 Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Martin Jansa <martin.jansa@gmail.com> Cc: Ryan Eatmon <reatmon@ti.com> Cc: Einar Jon Gunnarsson <tolvupostur@gmail.com>
16 lines
399 B
BlitzBasic
16 lines
399 B
BlitzBasic
SUMMARY = "Yet Another V4L2 Test Application"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe"
|
|
|
|
SRC_URI = "git://git.ideasonboard.org/yavta.git;branch=master;protocol=https \
|
|
"
|
|
SRCREV = "52c975e5542504ac10bed8b1d68df5c75951d202"
|
|
|
|
PV = "0.0"
|
|
S = "${WORKDIR}/git"
|
|
|
|
# Upstream repo does not tag
|
|
UPSTREAM_CHECK_COMMITS = "1"
|
|
|
|
inherit meson
|