Files
meta-openembedded/meta-oe/recipes-connectivity
Paul Eggleton 3a30c56238 Replace bb.data.* with d.*
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>
2012-10-28 14:32:06 +00:00
..
2011-12-16 15:38:11 +01:00
2012-10-28 14:32:06 +00:00
2012-10-28 13:57:38 +00:00
2012-10-28 13:57:38 +00:00
2011-12-22 08:49:16 +01:00
2012-10-09 11:04:58 +02:00
2012-10-26 13:00:23 +02:00
2011-12-22 08:49:16 +01:00
2012-06-20 13:33:24 +02:00
2012-10-10 09:47:33 +02:00
2012-10-28 13:57:38 +00:00
2012-09-28 22:50:42 +02:00
2012-02-22 12:23:16 +01:00