]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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:39:32 +0000 (10:39 -0800)
commitba9d8c5a39ff1ac4ab083f93d721cda2087c6650
tree4364a1090c61d5a22478bd6d0c91d4ccfa15d2f2
parent551cb1f373417606c4fa6890eda469dec690d105
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]

(From OE-Core rev: cff000c43d6e9a183911338951026dfbef88f838)

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