aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-multimedia/v4l2apps
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-05-25 10:13:09 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-05-25 10:13:09 +0200
commit05dd914c1369bc1c8a9f93d3ef79fcbde807e630 (patch)
tree1f4172b14677a049913fb2b427a04a9fa757cc54 /meta-oe/recipes-multimedia/v4l2apps
parent7b9a7cf12ac699af12773c3c3e849f0240c24ab1 (diff)
downloadmeta-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/v4l2apps')
-rw-r--r--meta-oe/recipes-multimedia/v4l2apps/yavta_git.bb16
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 0000000000..705bf7d3e6
--- /dev/null
+++ b/meta-oe/recipes-multimedia/v4l2apps/yavta_git.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "Yet Another V4L2 Test Application"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe"
+
+SRC_URI = "git://git.ideasonboard.org/yavta.git;protocol=git"
+SRCREV = "d62cb9d7435525660fd5c97941c7cf57921370b3"
+
+PV = "0.0"
+S = "${WORKDIR}/git"
+
+do_install() {
+ install -d ${D}${bindir}
+ install -m 0755 yavta ${D}${bindir}
+}
+
+