Commit Graph

11 Commits

Author SHA1 Message Date
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
Martin Jansa
0d1d39da74 vlc: add fluidsynth and alsa-lib to DEPENDS for reproducible builds
* fluidsynth can be autodetected

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11 01:54:23 +01:00
Martin Jansa
c3494762a3 vlc: disable kde-solid
* fixes:
  WARNING: QA Issue: vlc: Files/directories were installed but not shipped
  /usr/share/kde4
  /usr/share/kde4/apps
  /usr/share/kde4/apps/solid
  /usr/share/kde4/apps/solid/actions
  /usr/share/kde4/apps/solid/actions/vlc-opendvd.desktop
  /usr/share/kde4/apps/solid/actions/vlc-openvcd.desktop
  /usr/share/kde4/apps/solid/actions/vlc-opencda.desktop

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11 01:54:23 +01:00
Otavio Salvador
d954ce0296 vlc: bump PR due libav update
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-05 11:27:22 +02:00
Sylvain Paré
5b1dff8b4f vlc: rework dependencies
* re-adds dropped depends as they are available now
 * adds libxpm as dependency as current vlc's config depends on it.
 * bumps PR
 * NOTE about ENTERPRISE_DISTRO : is that supposed to be still used or should this be replaced by something which respects COMMERCIAL_LICENSE setting ?

Signed-off-by: Sylvain 'GarthPS' Paré <sylvain.pare@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-20 14:15:07 +01:00
Martin Jansa
adf5b1071f vlc: drop depends not yet in meta-oe
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-09-17 11:17:40 +02:00
Koen Kooi
9c4ff53d2f vlc: update to 1.1.11 and fix xml2 build
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-15 15:59:26 +02:00
Koen Kooi
a8da3ccf61 vlc: fix gettext usage
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-14 17:13:57 +02:00
Koen Kooi
4f8e5549a9 vlc: remove hal dependency, fix PR
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-07 10:44:36 +02:00
Joel A Fernandes
6e0fb5ec91 vlc: Imported from OE classic
- Reset PR
- Dropped PRIORITY= variable and changed schroedinger dependency to gst-plugins-bad
- Moved common code to .inc
- Updated LICENSE version to GPLv2

Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-07 08:07:04 +02:00
Joel A Fernandes
7a7673af4b libdvdcss: Imported from OE classic, vlc depends on it
Dropped PR=r0

Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-07 08:07:03 +02:00