]> code.ossystems Code Review - openembedded-core.git/commit
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)
commiteaa188f3b9c68a81fa845de7dcdce68e01d0d2d3
treea817de0329600a028b1c42cc4ab1ba500a5294e5
parent62f93ac42de38f58028542d2b6d44d5677ac557b
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