[oe-commits] Koen Kooi : yavta: import from meta-oe

git version control git at git.openembedded.org
Thu May 26 20:00:55 UTC 2011


Module: openembedded.git
Branch: testing-next
Commit: 1698b4fb47741f06d1aab6ac535c4ee7d1106e6b
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=1698b4fb47741f06d1aab6ac535c4ee7d1106e6b

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed May 25 13:31:17 2011 +0200

yavta: import from meta-oe

Signed-off-by: Koen Kooi <koen at openembedded.org>

---

 recipes/v4l2apps/yavta_git.bb |   16 ++++++++++++++++
 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 0000000..705bf7d
--- /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}
+}
+
+





More information about the Openembedded-commits mailing list