bitbake: data_smart: use the expand_cache in VariableParse
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Sep 2013 07:25:08 +0000 (07:25 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 17 Sep 2013 13:11:03 +0000 (14:11 +0100)
commit9b234a22b27d04a89c6f23efce02bc843fa14315
treea1f40b732cd3a47a25a745c1cd96ee210666e370
parent3b594be156ae127482b56104a3bd9fa32bf48395
bitbake: data_smart: use the expand_cache in VariableParse

When in VariableParse, use the expand_cache if possible rather than looking
up data. Ultimately it would come from the same place but this short cuts
a heavily used code block for speed improvements.

(Bitbake rev: f682b8b83d21d576160bac8dc57c4c989b4dc555)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/data_smart.py