]> code.ossystems Code Review - openembedded-core.git/commit
sstate-cache-management.sh: Fix rm_by_stamps() to work after SSTATE_SWSPEC change
authorMartin Jansa <martin.jansa@gmail.com>
Wed, 29 Jan 2014 21:03:40 +0000 (22:03 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 2 Feb 2014 11:28:41 +0000 (11:28 +0000)
commitaa36f9c9b5abac58de899f98803d1c4375678044
tree5aba1f7774e2145a5580d987d08592487e23bb26
parentddb26341611c3dff41ea92a73d93ec01ae2865de
sstate-cache-management.sh: Fix rm_by_stamps() to work after SSTATE_SWSPEC change

* format of filenames for sstate archives was changed in:
  commit 6f823a23c5f1d0ffa0a27db1c1bc1907de788505
  Author: Richard Purdie <richard.purdie@linuxfoundation.org>
  Date:   Fri Dec 20 12:06:02 2013 +0000
  Subject: sstate: Convert to use ':' as a filename sperator and use SSTATE_SWSPEC globally
* this one doesn't need special care for old sstate- names
  they will be removed automatically as they don't match with
  any checksum in rigth format from stamps directory

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