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: bump PR 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> | ||||
* | poppler-fp: convert tabs to 4 spaces in get_poppler_fpu_setting | Martin Jansa | 2012-07-19 | 1 | -3/+3 |
| | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> | ||||
* | poppler: add tiff to DEPENDS to make builds more deterministic | Martin Jansa | 2012-03-09 | 2 | -2/+2 |
| | | | | | | * it's autodetected Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
* | poppler: bump PR to rebuild after libtiff3->libtiff5 change | Martin Jansa | 2012-02-28 | 1 | -1/+1 |
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
* | recipes: bump PR to rebuild .la files without libz.la | Martin Jansa | 2012-02-13 | 1 | -0/+2 |
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
* | poppler: upgrade from 0.12.3 to 0.18.0 | Martin Jansa | 2011-10-12 | 2 | -10/+10 |
| | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> | ||||
* | poppler-data: upgrade from 0.4.0 to 0.4.5 | Martin Jansa | 2011-10-12 | 1 | -4/+2 |
| | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> | ||||
* | recipes: use allarch.bbclass instead just PACKAGE_ARCH = all | Martin Jansa | 2011-06-02 | 1 | -3/+2 |
| | | | | | | | * otherwise such recipes are rebuilt or reused from sstate after every MACHINE change, because of different checksums see [YOCTO #1075] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
* | recipes,classes: import a lot of recipes from meta-shr | Martin Jansa | 2011-04-10 | 4 | -0/+65 |
* tested on shr-lite-image for om-gta02 and nokia900 (with meta-shr layer) |