Files
poky/meta/recipes-devtools
Richard Purdie c8dee9b92d Convert to use direct access to the data store (instead of bb.data.*Var*())
This is the result of running the following over the metadata:

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' \
-i `grep -ril bb.data *`

(From OE-Core rev: b22831fd63164c4db9c0b72934d7d734a6585251)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-10 11:51:19 +00:00
..
2011-10-20 17:13:41 +01:00
2011-07-01 23:27:29 +01:00
2011-05-13 11:02:14 +01:00
2011-10-07 11:35:44 +01:00
2011-07-20 15:27:36 +01:00
2011-07-01 23:27:29 +01:00
2011-11-10 11:51:18 +00:00
2011-05-19 20:51:38 +01:00
2011-09-07 22:54:13 +01:00
2011-10-27 08:29:51 +01:00
2011-06-23 12:07:31 +01:00
2011-11-10 11:51:18 +00:00
2011-07-08 16:39:07 +01:00
2011-10-14 13:18:18 +01:00
2011-10-24 17:27:16 +01:00
2011-05-25 15:50:54 +01:00
2011-10-24 17:27:12 +01:00
2011-07-01 23:27:29 +01:00
2010-12-23 15:52:06 +00:00