generic-poky/meta/recipes-core/tasks
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
..
task-base.bb Convert to use direct access to the data store (instead of bb.data.*Var*()) 2011-11-10 11:51:19 +00:00
task-core-boot.bb task-core-boot: allow distributions to define login and init manager 2011-09-16 13:30:23 +01:00
task-core-console.bb task-core: split into task-core-console and task-core-x11 2011-09-15 11:23:57 +01:00
task-core-nfs.bb task-core-nfs/image.bbclass: Fix some libc overrides 2011-05-17 15:14:46 +01:00
task-core-sdk.bb Convert to use direct access to the data store (instead of bb.data.*Var*()) 2011-11-10 11:51:19 +00:00
task-core-ssh-dropbear.bb Rename poky-image-* -> core-image-* and task-poky-* -> task-core-* 2011-04-21 00:29:30 +01:00
task-core-ssh-openssh.bb Rename poky-image-* -> core-image-* and task-poky-* -> task-core-* 2011-04-21 00:29:30 +01:00
task-core-standalone-sdk-target.bb Rename poky-image-* -> core-image-* and task-poky-* -> task-core-* 2011-04-21 00:29:30 +01:00
task-core-tools.bb task-core-tools: add systemtap to qemuarm 2011-09-05 20:25:45 +01:00
task-cross-canadian.bb Replace POKYBASE with COREBASE 2011-04-21 00:29:29 +01:00
task-sdk-host-nativesdk.bb task-sdk-host: Add nativesdk to the task name so its clearer what the contents of the task represent 2011-06-13 22:38:06 +01:00