]> code.ossystems Code Review - openembedded-core.git/commit
yocto-compat-layer.py: tolerate broken world builds during signature diff
authorPatrick Ohly <patrick.ohly@intel.com>
Tue, 27 Jun 2017 15:33:39 +0000 (17:33 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 6 Jul 2017 13:38:06 +0000 (14:38 +0100)
commite8416554dfc9d4196543279a4845f6c0671f3e5c
tree8a2a1a552970476e1a4ad7e2be80eae2ff7d4e5b
parent4afb7c3c505a4d21906f07f88c966b794a968cbc
yocto-compat-layer.py: tolerate broken world builds during signature diff

The "test_signatures" test ignored a broken world build when getting
signatures, but the code which then tried to analyze a difference
found by the test didn't, which prevented printing the difference.

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/lib/compatlayer/__init__.py
scripts/lib/compatlayer/cases/common.py