15 Commits

Author SHA1 Message Date
Martin Jansa d338aed696 media-ctl: inherit pkgconfig
* 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>
2013-08-22 09:51:25 +02:00
Marcin Juszkiewicz c9d1b35916 v4l-utils: make it build for AArch64
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-19 02:45:27 +02:00
Martin Jansa a45830a39b recipes: Unify indentation
* 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>
2013-04-15 16:23:17 +02:00
Koen Kooi c40cedebf7 v4l-utils: fix build breakage
Update to a newer SRCREV for fixed and get autotools support as a bonus.

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-05 12:52:05 +02:00
Gary Thomas 3871d45614 media-ctl: Update to latest upstream to fix build with latest autotools
Signed-off-by: Gary Thomas <gary@mlbassoc.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-03 12:25:07 +02:00
Gary Thomas 71781e217a media-ctl: Fix build with latest automake
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>
2012-08-07 12:21:24 +02:00
Koen Kooi a97d600352 v4l-utils 0.8.8: disable qv4l2 build
It picks up host qmake and breaks the build.

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-07-17 08:52:01 +02:00
Koen Kooi c26f69aab1 yavta: add patch to enable streaming to stdout
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-06-25 09:07:25 +02:00
Koen Kooi 477fc2e392 media-ctl: update to latest git
* split out libs
* media-ctl has been relicensed to LGPLv2.1+

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-04-30 15:51:35 +02:00
Koen Kooi cdf2652ef0 v4l-utils: update to 0.8.8
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-04-30 15:50:27 +02:00
Koen Kooi 594a73c035 yavta: update to latest git
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-04-30 15:43:57 +02:00
Stefan Herbrechtsmeier a6790d602e v4l-utils: correct license delimiter
Signed-off-by: Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-04-04 20:36:48 +02:00
Koen Kooi d56c046902 v4l-utils: add 0.8.4 release
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>
2011-06-02 14:29:27 +02:00
Koen Kooi 90215e2729 media-ctl: add git version for MCF controller app
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-05-25 11:35:01 +02:00
Koen Kooi 05dd914c13 yavta: add git version of v4l2 test tool
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-05-25 10:13:09 +02:00