diff options
author | Ross Burton <ross.burton@intel.com> | 2016-07-05 17:41:24 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-10 14:12:17 +0100 |
commit | 586249ac8387885a29315e8fe332fab475c7a2da (patch) | |
tree | d02d87954ffb9019e561f1d1afa4b7aeb11c5012 /meta/recipes-kernel | |
parent | e2a150b1f957a669e0d6c9b908cf2234447e5dd4 (diff) | |
download | poky-586249ac8387885a29315e8fe332fab475c7a2da.tar.gz |
classes/libc-package: remove pointless copying when running localedef
localedef handles attempts to read/write the archive in parallel correctly by
creating the file atomically, gracefully handling racing to create, and has
exclusive locks when writing. Therefore I can't see any purpose to copying the
archive to /tmp and back again when manipulating it.
(From OE-Core rev: 016e4a53e3251ffcdb3c260dd2837507b520ffa6)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
0 files changed, 0 insertions, 0 deletions