]> code.ossystems Code Review - openembedded-core.git/commit
siggen.py: better print for task hash comparison
authorKevin Tian <kevin.tian@intel.com>
Thu, 20 Jan 2011 05:54:51 +0000 (13:54 +0800)
committerSaul Wold <sgw@linux.intel.com>
Fri, 21 Jan 2011 09:36:17 +0000 (01:36 -0800)
commitbcb18738361ee2394bc266911e9e75d5bf1c10cd
treeaed75d520afb8f868ed89f738e47ab4d88020228
parent6299e9664f2e9fa62630955ed21a2fee98e2915c
siggen.py: better print for task hash comparison

current bitbake-diffsigs simply print out the whole 'runtaskdeps' when there's mismatch, which
is not very readable. On the other hand, 'runtaskhashes' comparison is broken which assumes
same key existing in two sides. This commit provides better output by figuring out differences
from addition, removal or hash change.

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