summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-multimedia/v4l2apps
Commit message (Collapse)AuthorAgeFilesLines
* v4l-utils: Add libx11 dependencyMartin Jansa2013-09-171-1/+1
| | | | | | * configure doesn't allow to explicitly disable it Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* remove the unnecessary protocol parametersJackie Huang2013-09-033-3/+3
| | | | | | | | | It's not necessary to specify the protocol parameter when it's the default protocol for the fetcher, e.g. the default protocol for git fetcher it git, "protocol=git" isn't needed. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* media-ctl: inherit pkgconfigMartin Jansa2013-07-121-1/+1
| | | | | | | | | | * without pkgconfig it's failing to expand PKG_CHECK_MODULES macro: | media-ctl/0.0.1-r3/git/configure: line 11700: syntax error near unexpected token `libudev,' | media-ctl/0.0.1-r3/git/configure: line 11700: ` PKG_CHECK_MODULES(libudev, libudev, have_libudev=yes, have_libudev=no)' Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* media-ctl: Use linux-libc-headers instead of linux kernel sourcesStefan Herbrechtsmeier2013-05-071-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | Use the headers from the linux-libc-headers instead of the headers from the linux kernel sources because user space programs should be built against the header files provided by the distribution. In file included from .../usr/src/kernel/include/linux/media.h:27:0, from conftest.c:56: .../usr/src/kernel/include/linux/types.h:13:2: warning: #warning \ "Attempt to use kernel headers from user space, see http://kernelnewbies.org/KernelHeaders" [-Wcpp] On some platforms (qemu) intern kernel header (linux/types.h) redefines some types from the system header (sys/types.h, timer.h, stdint.h) and thereby breaks the checking of the linux media header. ERROR: Kernel header file not found or not usable! In file included from .../usr/include/linux/media.h:27:0, from conftest.c:56: In file included from .../usr/src/kernel/include/linux/types.h:14:26: error: conflicting types for 'fd_set' In file included from .../sys/select.h:75:5: note: previous declaration of 'fd_set' was here Similar errors for dev_t, mode_t, timer_t, uintptr_t and blkcnt_t. Signed-off-by: Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* v4l-utils: make it build for AArch64Marcin Juszkiewicz2013-04-192-0/+39
| | | | | Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: Unify indentationMartin Jansa2013-04-152-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | * This change is only aesthetic (unlike indentation in Python tasks). * Some recipes were using tabs. * Some were using 8 spaces. * Some were using mix or different number of spaces. * Make them consistently use 4 spaces everywhere. * Yocto styleguide advises to use tabs (but the only reason to keep tabs is the need to update a lot of recipes). Lately this advice was also merged into the styleguide on the OE wiki. * Using 4 spaces in both types of tasks is better because it's less error prone when someone is not sure if e.g. do_generate_toolchain_file() is Python or shell task and also allows to highlight every tab used in .bb, .inc, .bbappend, .bbclass as potentially bad (shouldn't be used for indenting of multiline variable assignments and cannot be used for Python tasks). * Don't indent closing quote on multiline variables we're quite inconsistent wheater it's first character on line under opening quote or under first non-whitespace character in previous line. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net>
* v4l-utils: fix build breakageKoen Kooi2012-10-052-55/+11
| | | | | | Update to a newer SRCREV for fixed and get autotools support as a bonus. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* media-ctl: Update to latest upstream to fix build with latest autotoolsGary Thomas2012-10-031-2/+2
| | | | | Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* media-ctl: Fix build with latest automakeGary Thomas2012-08-071-2/+2
| | | | | | | Update to latest upstream version to fix build with automake >= 1.12 Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* v4l-utils 0.8.8: disable qv4l2 buildKoen Kooi2012-07-172-1/+44
| | | | | | It picks up host qmake and breaks the build. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* yavta: add patch to enable streaming to stdoutKoen Kooi2012-06-252-2/+857
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* media-ctl: update to latest gitKoen Kooi2012-04-301-4/+8
| | | | | | | * split out libs * media-ctl has been relicensed to LGPLv2.1+ Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* v4l-utils: update to 0.8.8Koen Kooi2012-04-301-3/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* yavta: update to latest gitKoen Kooi2012-04-301-1/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* v4l-utils: correct license delimiterStefan Herbrechtsmeier2012-04-041-1/+3
| | | | | Signed-off-by: Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* v4l-utils: add 0.8.4 releaseKoen Kooi2011-06-021-0/+38
| | | | | | This provides the 'libv4l' subpackage that is needed for various webcams that aren't allowed to do colourspace conversion inside the kernel anymore (e.g. pwc cams) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* media-ctl: add git version for MCF controller appKoen Kooi2011-05-251-0/+16
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* yavta: add git version of v4l2 test toolKoen Kooi2011-05-251-0/+16
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>