From 1b8dfe266937a37a4c642f96ceb2347bf4c00a17 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Fri, 10 Oct 2014 03:20:04 +0200 Subject: initial commit for Enea Linux 4.0-140929 Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea --- meta-oe/recipes-multimedia/v4l2apps/yavta_git.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 meta-oe/recipes-multimedia/v4l2apps/yavta_git.bb (limited to 'meta-oe/recipes-multimedia/v4l2apps/yavta_git.bb') 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..a20f5915cf --- /dev/null +++ b/meta-oe/recipes-multimedia/v4l2apps/yavta_git.bb @@ -0,0 +1,18 @@ +SUMMARY = "Yet Another V4L2 Test Application" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe" + +SRC_URI = "git://git.ideasonboard.org/yavta.git \ + file://0001-Add-stdout-mode-to-allow-streaming-over-the-network-.patch" +SRCREV = "82ff2efdb9787737b9f21b6f4759f077c827b238" + +PV = "0.0" +PR = "r2" +S = "${WORKDIR}/git" + +do_install() { + install -d ${D}${bindir} + install -m 0755 yavta ${D}${bindir} +} + + -- cgit v1.2.3-54-g00ecf