]> code.ossystems Code Review - openembedded-core.git/commit
buildhistory: remove duplicate renames
authorAnuj Mittal <anuj.mittal@intel.com>
Mon, 5 Mar 2018 08:07:58 +0000 (16:07 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 8 Mar 2018 18:31:58 +0000 (10:31 -0800)
commitcff000c43d6e9a183911338951026dfbef88f838
tree47b7cc72ed6e2622f000e4b84cd69c22ed890bc7
parent02416e0d007c6c0f8c01a1e1fe0485b21087ec00
buildhistory: remove duplicate renames

In cases when a package like qemu might have files with same names
in multiple directories, the rename logic might go wrong and create
multiple rename pair for a single directory.

Make sure that we process each rename pair once. Also, don't print
FILELIST as part of PKGSIZE to ensure that it gets printed only once
when reporting package changes.

Fixes [YOCTO #12559]

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oe/buildhistory_analysis.py