summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-multimedia/v4l2apps/media-ctl_git.bb16
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 0000000000..99ec8e2558
--- /dev/null
+++ b/meta-oe/recipes-multimedia/v4l2apps/media-ctl_git.bb
@@ -0,0 +1,16 @@
1DESCRIPTION = "Media controller control application"
2LICENSE = "GPLv2"
3LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe"
4
5SRC_URI = "git://git.ideasonboard.org/media-ctl.git;protocol=git"
6SRCREV = "a183835abdefb8e40650fc9eb22e2d291aac9883"
7
8PV = "0.0.1"
9S = "${WORKDIR}/git"
10
11inherit autotools
12
13# It needs some kernel definitions for v4l2, so it isn't machine specific
14EXTRA_OECONF = "--with-kernel-headers=${STAGING_KERNEL_DIR}"
15
16