siggen.py: fix comparison around runtaskdeps
authorKevin Tian <kevin.tian@intel.com>
Mon, 15 Nov 2010 02:58:49 +0000 (10:58 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Mon, 15 Nov 2010 23:04:06 +0000 (23:04 +0000)
commite43dd6678b648cea42c4b62822b94adfd295af0d
tree5b1f8b0b828c505dafb82c7bd318313bc64cde17
parentefb56101ca11a9319a2908e3c40cc8d635ff5072
siggen.py: fix comparison around runtaskdeps

two dep lists should be sorted before the comparison, or else it just
causes false-positive confusion.

Also fix 'taskdeps' to 'runtaskdeps' when printing out the difference.

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