mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
media-ctl: add git version for MCF controller app
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
parent
05dd914c13
commit
90215e2729
16
meta-oe/recipes-multimedia/v4l2apps/media-ctl_git.bb
Normal file
16
meta-oe/recipes-multimedia/v4l2apps/media-ctl_git.bb
Normal file
@ -0,0 +1,16 @@
|
||||
DESCRIPTION = "Media controller control application"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe"
|
||||
|
||||
SRC_URI = "git://git.ideasonboard.org/media-ctl.git;protocol=git"
|
||||
SRCREV = "a183835abdefb8e40650fc9eb22e2d291aac9883"
|
||||
|
||||
PV = "0.0.1"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools
|
||||
|
||||
# It needs some kernel definitions for v4l2, so it isn't machine specific
|
||||
EXTRA_OECONF = "--with-kernel-headers=${STAGING_KERNEL_DIR}"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user