]> code.ossystems Code Review - openembedded-core.git/commit
lib/oe/buildhistory_analysis: drop related field feature
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 11 Jul 2018 14:56:49 +0000 (16:56 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 18 Jul 2018 09:09:29 +0000 (10:09 +0100)
commit8658b3677b9f7cb70806061c41570c709086ef05
treee4dbd1e07c8200f1955c54701b69690cc3990c15
parent8eb5fa3b994be450d43b3d4ff505dec32de1fe3d
lib/oe/buildhistory_analysis: drop related field feature

The original idea here was that changes to certain fields might be able
to be explained if there was a change to another field, for example if
RDEPENDS changed it might be because DEPENDS changed. Thus we were
printing this kind of thing out with each change. Unfortunately in
practice this turned out to be noisy and not particularly useful, so we
might as well remove it.

Fixes [YOCTO #7336].

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oe/buildhistory_analysis.py