8 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 580fd6c743 meta-openembedded: use correct format of Upstream-Status
* some patches have also incorrect value, but e.g. "Unknown" is as good as
  "Pending" to me

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-23 09:40:44 +01:00
Martin Jansa ab63bbe815 usb-modeswitch: upgrade to 1.2.5
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11 01:52:49 +01:00
Martin Jansa a3baae9859 usb-modeswitch-data: upgrade to 20121109
* older archive no longer available on SRC_URI

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11 01:52:49 +01:00
Koen Kooi 245be9e381 usb-modeswitch: update to 1.2.2
This is still using the tcl version of the dispatcher, the non-tcl version doesn't crosscompile :(

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-28 12:20:53 +01:00
Koen Kooi 2ae5b3ed7e usb-modeswitch-data: update to 20120120
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-28 09:32:31 +01:00
Koen Kooi f18e72b874 usb-modeswitch: add 1.1.9
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-17 15:31:25 +02:00
Koen Kooi 9c818e94df usb-modeswitch-data: add 20110805
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-17 15:27:17 +02:00