]> code.ossystems Code Review - openembedded-core.git/commit
gen-lockedsig-cache: ensure symlinks are dereferenced
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 11 Aug 2016 04:44:58 +0000 (16:44 +1200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 17 Aug 2016 09:32:01 +0000 (10:32 +0100)
commitd65a6ee9e7a9c63b9a16bdb5025af8a7c6433c4f
tree0f60f3dc47399b32bdef1d61b12e5e6d9c802e86
parent5a1efa91a418e3206b047564d0fd6d5bac22a8d3
gen-lockedsig-cache: ensure symlinks are dereferenced

If you set up a local mirror in SSTATE_MIRRORS then you can end up with
symlinks in SSTATE_DIR rather than real files. We don't want these
symlinks in the sstate-cache prodcued by gen-lockedsig-cache, so
dereference any symlinks before copying.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/gen-lockedsig-cache