]> code.ossystems Code Review - openembedded-core.git/commit
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)
commit4336d676d44b18242691306d319b4c57fb591ced
tree2b632b3bfcf4248bfdff1243810316e13f352ec3
parent55859b9c3d6fb806427ccbcfb6cda095ef557f29
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