14 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
Ross Burton 4f1d751bc7 gtkhtml2: add, from oe-core
Nothing in oe-core uses this anymore, but claws-mail in meta-oe does.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-02-16 05:55:00 +01:00
Martin Jansa 6d93a88d6d recipes: few more PR bumps to rebuild after libffi5 -> libffi6
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-09-20 10:02:51 +02:00
Martin Jansa d0028e40a3 recipes: bump PR to rebuild .la files without libz.la
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-02-13 16:59:29 +01:00
Andrei Gherzan a9e15d2584 In LICENSE "&&" should be replaced with "&" [forgot .inc files]
In this way meta-oe recipes will be parsed correctly in yocto.

Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-24 16:11:24 +01:00
Koen Kooi b29256e4f0 gtkmm: add 2.20.0
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-12 12:25:24 +02:00
Koen Kooi c35f42970f move various GNOME recipes to meta-gnome
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-09 17:21:09 +02:00
Koen Kooi ee3c757b7e gtk+ 2.20.x: drop from layer to align with oe-core
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-08 12:15:43 +02:00
Martin Jansa 6136b9f754 gobject-introspection: move to recipes-gnome to match oe-core structure
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-06-02 21:07:27 +02:00
Martin Jansa edfe27d5c7 librsvg: replace .bb with smaller .bbappend
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-05-31 17:30:13 +02:00
Martin Jansa 7d6edbf446 policykit: drop recipes, oe-core has newer versions named right polkit
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-05-28 16:42:55 +02:00
Martin Jansa c074acfdfe gconf: depend on polkit not policykit
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-05-28 16:42:55 +02:00
Koen Kooi 408601b9d4 meta-oe: catch up with POKYBASE -> COREBASE renaming
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-04-21 09:58:39 +02:00
Koen Kooi c58cc7d379 move layer into meta-oe in preparation for future splits
As per TSC decision

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-03-17 21:41:22 +01:00