bitbake: siggen: Use lookup cache exclusively
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Sep 2013 07:18:34 +0000 (07:18 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 17 Sep 2013 13:11:03 +0000 (14:11 +0100)
commit30ec3ab1a36fe31429fe3404b1499c3acf3a6228
tree6499262bda8fd449eb922dec385320bce92af235
parent3a282c83d526cb3e41270fbdd6cbd671acdd5dfd
bitbake: siggen: Use lookup cache exclusively

All the values we need are already guaranteed to be in the lookupcache
so rather than fetch variables again, just use the cache. This gives a
small performance improvement and simplifies the code.

(Bitbake rev: 8ffaba61da7f195d7c3b64dce35b6a56272aecae)

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