[oe-commits] Koen Kooi : yavta: add git version of v4l2 test tool

git version control git at git.openembedded.org
Wed May 25 09:35:16 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: 05dd914c1369bc1c8a9f93d3ef79fcbde807e630
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=05dd914c1369bc1c8a9f93d3ef79fcbde807e630

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Wed May 25 10:13:09 2011 +0200

yavta: add git version of v4l2 test tool

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 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 0000000..705bf7d
--- /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}
+}
+
+





More information about the Openembedded-commits mailing list