diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2012-06-22 11:28:27 +0000 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-06-25 09:07:25 +0200 |
| commit | c26f69aab1abb7eeea2c9240feb16506e7200320 (patch) | |
| tree | afaefedf42d4ee94ff971d156f758856a516ea60 /meta-oe/recipes-multimedia/v4l2apps/yavta_git.bb | |
| parent | 7e14b17c3725a4baf7558bbe108eb41f0a5f3f67 (diff) | |
| download | meta-openembedded-c26f69aab1abb7eeea2c9240feb16506e7200320.tar.gz | |
yavta: add patch to enable streaming to stdout
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-multimedia/v4l2apps/yavta_git.bb')
| -rw-r--r-- | meta-oe/recipes-multimedia/v4l2apps/yavta_git.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-oe/recipes-multimedia/v4l2apps/yavta_git.bb b/meta-oe/recipes-multimedia/v4l2apps/yavta_git.bb index 054912d66a..d007bcb609 100644 --- a/meta-oe/recipes-multimedia/v4l2apps/yavta_git.bb +++ b/meta-oe/recipes-multimedia/v4l2apps/yavta_git.bb | |||
| @@ -2,11 +2,12 @@ DESCRIPTION = "Yet Another V4L2 Test Application" | |||
| 2 | LICENSE = "GPLv2" | 2 | LICENSE = "GPLv2" |
| 3 | LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe" | 3 | LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe" |
| 4 | 4 | ||
| 5 | SRC_URI = "git://git.ideasonboard.org/yavta.git;protocol=git" | 5 | SRC_URI = "git://git.ideasonboard.org/yavta.git;protocol=git \ |
| 6 | file://0001-Add-stdout-mode-to-allow-streaming-over-the-network-.patch" | ||
| 6 | SRCREV = "82ff2efdb9787737b9f21b6f4759f077c827b238" | 7 | SRCREV = "82ff2efdb9787737b9f21b6f4759f077c827b238" |
| 7 | 8 | ||
| 8 | PV = "0.0" | 9 | PV = "0.0" |
| 9 | PR = "r1" | 10 | PR = "r2" |
| 10 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
| 11 | 12 | ||
| 12 | do_install() { | 13 | do_install() { |
