siggen.py: set 'runtaskdeps' correctly
authorKevin Tian <kevin.tian@intel.com>
Mon, 22 Nov 2010 12:52:27 +0000 (20:52 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Mon, 6 Dec 2010 01:15:39 +0000 (01:15 +0000)
commit40388b7c76f6dd576b43f26f2cbfefef570446f1
treedf161e0cee0714beb796867ccfe0a1f9e1f7ea94
parentaa3ac5865df5d4444b8dd43845f0428e56c03d64
siggen.py: set 'runtaskdeps' correctly

Now 'runtaskdeps' is assigned before taskhash whitelist is filtered out, and thus
always contains original task dependencies. This causes problem to diagnose sstate
related problem. So fix it by appending filtered dep to 'runtaskdeps' in the fly.

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