bitbake: data_smart: Cache the fact a variable accesses another even if its unset
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Sep 2013 07:45:50 +0000 (07:45 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 17 Sep 2013 13:11:04 +0000 (14:11 +0100)
commit3cd23332d9af388dfeb01a5da10f5860f71695bc
tree5b2269a3eb23a1be98d1aabc5117205bd4d925cb
parent7488b4c1d5613dc1e4770749f93a542c890b596b
bitbake: data_smart: Cache the fact a variable accesses another even if its unset

If a variable references another but it isn't set at present, the
reference wasn't stored. It really should be marked as a reference
and the higher level dependency code can handle as appropriate.

(Bitbake rev: b05b748b2153c941b95cd36fb22aaafc4dbf3791)

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