Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace bb.data.* with d.* | Paul Eggleton | 2012-10-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Used sed expression given here: http://lists.linuxtogo.org/pipermail/openembedded-core/2011-November/012373.html Plus an additional expression for .expand. Full expression is: sed \ -e 's:bb.data.\(setVar([^,]*,[^,]*\), \([^ )]*\) *):\2.\1):g' \ -e 's:bb.data.\(setVarFlag([^,]*,[^,]*,[^,]*\), \([^) ]*\) *):\2.\1):g' \ -e 's:bb.data.\(getVar([^,]*\), \([^, ]*\) *,\([^)]*\)):\2.\1,\3):g' \ -e 's:bb.data.\(getVarFlag([^,]*,[^,]*\), \([^, ]*\) *,\([^)]*\)):\2.\1,\3):g' \ -e 's:bb.data.\(getVarFlag([^,]*,[^,]*\), \([^) ]*\) *):\2.\1):g' \ -e 's:bb.data.\(getVar([^,]*\), \([^) ]*\) *):\2.\1):g' \ -e 's:bb.data.\(expand([^,]*\), \([^ )]*\) *):\2.\1):g' \ -i `grep -ril bb.data *` Some minor correction in systemd.bbclass was needed for some expressions that didn't quite match the regex in the desired way; additionally a few instances were manually changed. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> | ||||
* | recipes: few more PR bumps to rebuild after libffi5 -> libffi6 | Martin Jansa | 2012-09-20 | 1 | -1/+1 |
| | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> | ||||
* | pango: remove and use oe-core version 1.30 | Andreas Müller | 2012-08-20 | 2 | -21/+0 |
| | | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
* | pango: native support and --disable-introspection moved to oe-core pango.inc | Martin Jansa | 2012-04-26 | 1 | -5/+0 |
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
* | pango: disable introspection | Andreas Müller | 2012-03-02 | 1 | -1/+2 |
| | | | | | | | | | | | | | | meta-oe's pango.inc inherited gnome.bbclass which disables gobject-introspection error was: | /usr/share/gir-1.0/GLib-2.0.gir:9:1: error: Unsupported version '1.1' | /usr/share/gir-1.0/GLib-2.0.gir:9:39: error: Unsupported version '1.1' | error parsing file Pango-1.0.gir: Failed to parse included gir GLib-2.0 | make[4]: *** [Pango-1.0.typelib] Error 1 Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> | ||||
* | pango: use pango.inc from oe-core | Martin Jansa | 2012-02-28 | 4 | -149/+7 |
| | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> | ||||
* | recipes: bump PR to rebuild .la files without libz.la | Martin Jansa | 2012-02-13 | 2 | -1/+3 |
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
* | In LICENSE "&&" should be replaced with "&" | Andrei Gherzan | 2012-01-16 | 1 | -1/+1 |
| | | | | | | | 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> | ||||
* | recipes: bump PR after python upgrade | Martin Jansa | 2011-11-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
* | pango: upgrade to 1.29.4 | Martin Jansa | 2011-10-12 | 4 | -19/+20 |
| | | | | | | | | * pango older than 1.29.1 causes ie libglade build fail with /usr/include/pango-1.0/pango/pango-script.h:132:12: error: unknown type name 'G_CONST_RETURN' Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> | ||||
* | pangomm: delete obsolete pangomm 2.26.0 recipe | Koen Kooi | 2011-07-13 | 1 | -22/+0 |
| | |||||
* | pangomm: add 2.28.2 | Koen Kooi | 2011-07-12 | 1 | -0/+21 |
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> | ||||
* | move layer into meta-oe in preparation for future splits | Koen Kooi | 2011-03-17 | 6 | -0/+188 |
As per TSC decision Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> |