sstate-cache-management.sh: fix remove_duplicated when multiple archs were built
authorMartin Jansa <martin.jansa@gmail.com>
Mon, 3 Sep 2012 15:05:08 +0000 (17:05 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 4 Sep 2012 11:53:10 +0000 (12:53 +0100)
commit1bf29fe85c9bb1a3657a7c0251196f0564fc879c
tree568e8fad8dcad6f998e21f89813014c7f2cf4ba8
parentc3f023778e9b35afafe6b6ec6774c951143b9706
sstate-cache-management.sh: fix remove_duplicated when multiple archs were built

* The problem is that you're looking for duplicates across all available archs, so
  armv4t and armv7a populate_sysroot are considered duplicate and only last one is
  kept, but to rebuild from sstate-cache you need both!

(From OE-Core rev: 46309e96300c35f6e8a5f33512a6a38720c629d2)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/sstate-cache-management.sh