diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2015-12-18 13:46:31 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-28 09:24:54 +0000 |
commit | e5b841420b9fdd33829f7665a62cd06a3017f7e6 (patch) | |
tree | 5ced32abc9d826aaf58f5150dfb02036d9cf09b3 /meta/recipes-sato/packagegroups | |
parent | 161bb3409edee21827cf594cc011fe88185f1496 (diff) | |
download | openembedded-core-e5b841420b9fdd33829f7665a62cd06a3017f7e6.tar.gz openembedded-core-e5b841420b9fdd33829f7665a62cd06a3017f7e6.tar.bz2 openembedded-core-e5b841420b9fdd33829f7665a62cd06a3017f7e6.zip |
devtool: use cp instead of shutil.copytree
Copied layers with 'cp -a' instead of calling shutil.copytree as
copytree fails to copy broken symlinks.
More pythonic fix would be to use copytree with 'ignore' parameter,
but this could slow down copying complex directory structures.
[YOCTO #8825]
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-sato/packagegroups')
0 files changed, 0 insertions, 0 deletions