From c201fdc2f01f398060cd953a1640a685797d9e64 Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Tue, 26 Feb 2013 15:57:15 +0800 Subject: 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 Signed-off-by: Saul Wold --- scripts/sstate-cache-management.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/sstate-cache-management.sh b/scripts/sstate-cache-management.sh index 7d81daf9eb..2d4a2a3266 100755 --- a/scripts/sstate-cache-management.sh +++ b/scripts/sstate-cache-management.sh @@ -47,7 +47,9 @@ Options: -d, --remove-duplicated Remove the duplicated sstate cache files of one package, only - the newest one will be kept. + the newest one will be kept. The duplicated sstate cache files + of one package must have the same arch, which means sstate cache + files with multiple archs are not considered duplicate. Conflicts with --stamps-dir. -- cgit v1.2.3 9b7346944716654d86fc0b9c481d09a65524'>refslogtreecommitdiff
AgeCommit message (Expand)AuthorFiles
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther1
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther1
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe2
2008-10-09makedevs: use update-alternativesKoen Kooi1
2008-06-03makedevs: fix compile with gcc 4.3.xKoen Kooi1