]> code.ossystems Code Review - openembedded-core.git/commit
buildhistory_analysis.py: Check if RPROVIDES changed order
authorAmanda Brindle <amanda.r.brindle@intel.com>
Thu, 15 Mar 2018 21:06:38 +0000 (14:06 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 3 Apr 2018 09:52:38 +0000 (10:52 +0100)
commit77d701c5fb5961bd818810a4d4cb3a9bd2432fae
tree96579de7d2ce279893bdd16accf94753bbc0e27f
parentddbcb88849d5c07a4cbbdc90fa1ab4d369476f8a
buildhistory_analysis.py: Check if RPROVIDES changed order

Instead of assuming order has changed if no package has been added or
removed, loop through packages to check if order has changed. This will
prevent the script from falsely reporting "changed order" if a version
has increased.

Fixes [YOCTO #12334]

Signed-off-by: Amanda Brindle <amanda.r.brindle@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/buildhistory_analysis.py