]> code.ossystems Code Review - openembedded-core.git/commit
lib/package_manager: Use shutil.copy instead of bb.utils.copyfile for intercepts
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 6 Sep 2021 03:06:21 +0000 (11:06 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 8 Sep 2021 22:53:56 +0000 (23:53 +0100)
commitc22f64d16b0801a3bcebda81a6fedcad8fe02ab3
treef4a012ab911b3b316b0f292680b5d011151f5c1c
parentd47b7cdc3508343349f3bb3eacb2dc3227dd94d2
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.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 1a03c70c282b3445b93a4c70ea6d40a1778750c5)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/package_manager/__init__.py