blob: 699b5608db94d7006a4cd5ecdfad653c81b1e590 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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
|