diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-05-25 11:34:30 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-05-25 11:35:01 +0200 |
commit | 90215e2729c99493a51df288a073c53691cc7b8d (patch) | |
tree | 768d8663343eb73b12fb317fd39c78da31606402 /meta-oe | |
parent | 05dd914c1369bc1c8a9f93d3ef79fcbde807e630 (diff) | |
download | meta-openembedded-90215e2729c99493a51df288a073c53691cc7b8d.tar.gz |
media-ctl: add git version for MCF controller app
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-multimedia/v4l2apps/media-ctl_git.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-oe/recipes-multimedia/v4l2apps/media-ctl_git.bb b/meta-oe/recipes-multimedia/v4l2apps/media-ctl_git.bb new file mode 100644 index 000000000..99ec8e255 --- /dev/null +++ b/meta-oe/recipes-multimedia/v4l2apps/media-ctl_git.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | DESCRIPTION = "Media controller control application" | ||
2 | LICENSE = "GPLv2" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe" | ||
4 | |||
5 | SRC_URI = "git://git.ideasonboard.org/media-ctl.git;protocol=git" | ||
6 | SRCREV = "a183835abdefb8e40650fc9eb22e2d291aac9883" | ||
7 | |||
8 | PV = "0.0.1" | ||
9 | S = "${WORKDIR}/git" | ||
10 | |||
11 | inherit autotools | ||
12 | |||
13 | # It needs some kernel definitions for v4l2, so it isn't machine specific | ||
14 | EXTRA_OECONF = "--with-kernel-headers=${STAGING_KERNEL_DIR}" | ||
15 | |||
16 | |||