]> code.ossystems Code Review - openembedded-core.git/commit
bitbake/siggen.py: Fix whitelisted variable handling
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 12 Jan 2011 15:58:48 +0000 (15:58 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 12 Jan 2011 15:58:48 +0000 (15:58 +0000)
commit25b3d39612c0bea1d136e346d938abde56aa699f
tree55c4218de429a3e5f861734b1d2966a4fb360dff
parent041adc97125189d1d91ecc7de16ff0e3e386e15b
bitbake/siggen.py: Fix whitelisted variable handling

Even when a variable was whitelisted, any dependencies of that variable
could still creep into the task hash due to the way the whitelisting
code worked. This patch changes thing to ensure that when whitelisted,
that whitelisting applies to the variable and any dependencies it has.

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