]> code.ossystems Code Review - openembedded-core.git/commit
sstate-cache-management.sh: fix remove duplicate failed when multiple archs
authorHongxu Jia <hongxu.jia@windriver.com>
Tue, 26 Feb 2013 07:57:15 +0000 (15:57 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 28 Feb 2013 23:14:39 +0000 (23:14 +0000)
commitc201fdc2f01f398060cd953a1640a685797d9e64
tree211c89803090db8d7b3500165b144b8dcac9273b
parentbbf09cc0abbc81419349f2af1bc1196a868b2269
sstate-cache-management.sh: fix remove duplicate failed when multiple archs

The implementation of `--remove-duplicated' has been modified by the commit:
http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=0740f82aea92da0195524e37c372f9981e7f5e6d

In above commit, sstate cache files with multiple archs are not considered
duplicate and don't need to be removed as duplicated any more.

Update the description of `--remove-duplicated' in usage to keep consistent
with implementation.

[YOCTO #3635]

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
scripts/sstate-cache-management.sh