aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2011-05-25 13:31:17 +0200
committerKoen Kooi <koen@openembedded.org>2011-05-25 13:31:17 +0200
commit1698b4fb47741f06d1aab6ac535c4ee7d1106e6b (patch)
tree7da333787416d271a1d7154227a4a778ca62763a
parente9a817979e16eb237bbed9971c63e96d34d5225b (diff)
downloadopenembedded-1698b4fb47741f06d1aab6ac535c4ee7d1106e6b.tar.gz
yavta: import from meta-oe
Signed-off-by: Koen Kooi <koen@openembedded.org>
-rw-r--r--recipes/v4l2apps/yavta_git.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/v4l2apps/yavta_git.bb b/recipes/v4l2apps/yavta_git.bb
new file mode 100644
index 0000000000..705bf7d3e6
--- /dev/null
+++ b/recipes/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}
+}
+
+