]> 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, 27 Jul 2017 21:35:03 +0000 (22:35 +0100)
commitf2190e7e81f86735510c6ab10d3ac781146113f9
tree7ea9046c628af1b2730d413223eecce44cf71935
parent9821cec1ca52deee444ae3ff14dc548c8312ba3c
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>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
scripts/lib/compatlayer/__init__.py
scripts/lib/compatlayer/cases/common.py