diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2014-01-29 22:03:43 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-02 11:30:34 +0000 |
commit | 358dd840c53e2e69e668a6d5da04eb3da3769ba3 (patch) | |
tree | 58238a95a3902cacc185ec80143106044fe99c6c | |
parent | 701035819021971f75424e3f9a9779016d85a0fe (diff) | |
download | poky-358dd840c53e2e69e668a6d5da04eb3da3769ba3.tar.gz |
sstate-cache-management.sh: don't remove all packagedata sstate archives
* packagedata task was introduced in:
commit 6107ee294afde395e39d084c33e8e94013c625a9
Author: Richard Purdie <richard.purdie@linuxfoundation.org>
Date: Wed Jan 23 14:27:33 2013 +0000
Subject: Split do_packagedata task from do_package
* rm_by_stamps wasn't using do_packagedata or do_packagedata_setscene
stamp files to find which sstate archives to keep, so it was removing
all of them
(From OE-Core rev: 66ef2e62a7b5fe36c718f56a8ea9d7f6fd77c393)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rwxr-xr-x | scripts/sstate-cache-management.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/sstate-cache-management.sh b/scripts/sstate-cache-management.sh index 0d71bfe622..34483d0b51 100755 --- a/scripts/sstate-cache-management.sh +++ b/scripts/sstate-cache-management.sh | |||
@@ -320,7 +320,7 @@ rm_by_stamps (){ | |||
320 | local all_sums | 320 | local all_sums |
321 | 321 | ||
322 | suffixes="populate_sysroot populate_lic package_write_ipk \ | 322 | suffixes="populate_sysroot populate_lic package_write_ipk \ |
323 | package_write_rpm package_write_deb package deploy" | 323 | package_write_rpm package_write_deb package packagedata deploy" |
324 | 324 | ||
325 | # Figure out all the md5sums in the stamps dir. | 325 | # Figure out all the md5sums in the stamps dir. |
326 | echo -n "Figuring out all the md5sums in stamps dir ... " | 326 | echo -n "Figuring out all the md5sums in stamps dir ... " |