siggen.py: fix the wrong usage on BB_TASKHASH_WHITELIST
authorKevin Tian <kevin.tian@intel.com>
Mon, 22 Nov 2010 16:35:03 +0000 (00:35 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 7 Dec 2010 12:45:08 +0000 (12:45 +0000)
commit2bbce11606c2dbcde541c200e2b33e9ebb0a6a31
treec4ce6c6472a5ef60893b37977d7117a66da9b727
parent4983ec932ab37be3d65104c53db8397a9249d5d4
siggen.py: fix the wrong usage on BB_TASKHASH_WHITELIST

BB_TASKHASH_WHITELIST is expected to filter out native tasks from the
dependency list for target recipe's checksum. However current code
actually implements the opposite. All native sstate packages end up
to have empty task dependency while target sstate packages still have
native tasks counted into the checksum.

Signed-off-by: Kevin Tian <kevin.tian@intel.com>
bitbake/lib/bb/siggen.py