Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | openbox: fix PR format and use new update-alternatives syntax | Martin Jansa | 2012-12-11 | 1 | -5/+4 |
| | | | | | | | | | | | | | * fixes: NOTE: recipe openbox-3.5.0-1: task do_package: Started WARNING: openbox: Use of ALTERNATIVE_NAME is deprecated, see update-alternatives.bbclass for more info. * bump PE if you care about upgrade path from wrong PR, introduced in commit 3becce8504033dfac7c497fa12675f873a5df9e0 Author: Mario Domenech Goulart <mario@ossystems.com.br> Date: Mon Dec 3 16:03:23 2012 +0000 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
* | openbox: separate package for configuration files (openbox-config) | Mario Domenech Goulart | 2012-12-04 | 1 | -2/+6 |
| | | | | | | Change-Id: I528392100854fb73c2a14973fd1bfa9c94e836a7 Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> | ||||
* | Replace bb.data.* with d.* | Paul Eggleton | 2012-10-28 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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> | ||||
* | PACKAGES_DYNAMIC: use regexp not glob | Martin Jansa | 2012-10-19 | 1 | -1/+1 |
| | | | | | | | | | | * bitbake uses PACKAGES_DYNAMIC as regexp ^ could make matching faster (and it will be more clear that we're expecting regexp not glob) * made all those last '-' optional, use .* (or nothing) * use += instead of = in most cases to keep ${PN}-locale from bitbake.conf:PACKAGES_DYNAMIC = "^${PN}-locale-.*" Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
* | recipes: convert tabs to 4 spaces in populate_packages | 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> | ||||
* | openbox: update to 3.5.0 | Otavio Salvador | 2012-03-14 | 4 | -2857/+3 |
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> | ||||
* | openbox: add missing depends | Otavio Salvador | 2012-02-24 | 1 | -0/+3 |
| | | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> | ||||
* | openbox: add 3.4.11.2 | Otavio Salvador | 2012-02-20 | 4 | -0/+2890 |
This version inclues O.S. Systems' internal tree fixes and a sync against 3.4-working branch. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> |