aboutsummaryrefslogtreecommitdiffstats
path: root/meta/lib
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib')
-rw-r--r--meta/lib/oe/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oe/package.py b/meta/lib/oe/package.py
index 21c80aaa38..efd36b3758 100644
--- a/meta/lib/oe/package.py
+++ b/meta/lib/oe/package.py
@@ -159,7 +159,7 @@ def strip_execs(pn, dstdir, strip_cmd, libdir, base_libdir, d, qa_already_stripp
else:
# break hardlinks so that we do not strip the original.
inodes[inodecache[file]] = file
- bb.utils.copyfile(file, file)
+ bb.utils.break_hardlinks(file)
elffiles[file] = elf_file
#