diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-05-25 10:13:09 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-05-25 10:13:09 +0200 |
commit | 05dd914c1369bc1c8a9f93d3ef79fcbde807e630 (patch) | |
tree | 1f4172b14677a049913fb2b427a04a9fa757cc54 /meta-oe/recipes-multimedia | |
parent | 7b9a7cf12ac699af12773c3c3e849f0240c24ab1 (diff) | |
download | meta-openembedded-05dd914c1369bc1c8a9f93d3ef79fcbde807e630.tar.gz |
yavta: add git version of v4l2 test tool
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-multimedia')
-rw-r--r-- | meta-oe/recipes-multimedia/v4l2apps/yavta_git.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-oe/recipes-multimedia/v4l2apps/yavta_git.bb b/meta-oe/recipes-multimedia/v4l2apps/yavta_git.bb new file mode 100644 index 000000000..705bf7d3e --- /dev/null +++ b/meta-oe/recipes-multimedia/v4l2apps/yavta_git.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | DESCRIPTION = "Yet Another V4L2 Test Application" | ||
2 | LICENSE = "GPLv2" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe" | ||
4 | |||
5 | SRC_URI = "git://git.ideasonboard.org/yavta.git;protocol=git" | ||
6 | SRCREV = "d62cb9d7435525660fd5c97941c7cf57921370b3" | ||
7 | |||
8 | PV = "0.0" | ||
9 | S = "${WORKDIR}/git" | ||
10 | |||
11 | do_install() { | ||
12 | install -d ${D}${bindir} | ||
13 | install -m 0755 yavta ${D}${bindir} | ||
14 | } | ||
15 | |||
16 | |||