]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
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)
committerSaul Wold <sgw@linux.intel.com>
Tue, 4 Sep 2012 05:52:56 +0000 (22:52 -0700)
commit46309e96300c35f6e8a5f33512a6a38720c629d2
tree2df067e0fe6e17a27f6bfe14bf414d1ccf90c587
parent97a6b51c776bbcde14101834fdf9e1d19ae19185
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!

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