diff options
author | Steve Sakoman <steve@sakoman.com> | 2021-05-06 06:10:56 -1000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-13 22:10:06 +0100 |
commit | 1c0af37378b040fbc1fc6a841299c7a19d75cd56 (patch) | |
tree | 8036256b8d6c46ff718c55c7aed0a2987cc8164c /scripts/lib/devtool/sdk.py | |
parent | 85866a453c7290624f34bf5bf55423686f575566 (diff) | |
download | poky-1c0af37378b040fbc1fc6a841299c7a19d75cd56.tar.gz |
lib/package_manager: Use shutil.copy instead of bb.utils.copyfile for intercepts
If the scripts/postinst-intercepts is owned by root/root then the copyfile() calls
will fail due to chown issues. We don't care about ownership of these files so
use shutil.copy() instead which won't perform any chown.
(From OE-Core rev: e9c8f43296552b43376d87fb291458731fb7f718)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/devtool/sdk.py')
0 files changed, 0 insertions, 0 deletions