diff options
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/package.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass index 323ba051ae..df9aacb237 100644 --- a/meta/classes/package.bbclass +++ b/meta/classes/package.bbclass | |||
@@ -1024,7 +1024,7 @@ python split_and_strip_files () { | |||
1024 | else: | 1024 | else: |
1025 | inodes[file_reference] = [file] | 1025 | inodes[file_reference] = [file] |
1026 | # break hardlink | 1026 | # break hardlink |
1027 | bb.utils.copyfile(file, file) | 1027 | bb.utils.break_hardlinks(file) |
1028 | elffiles[file] = elf_file | 1028 | elffiles[file] = elf_file |
1029 | # Modified the file so clear the cache | 1029 | # Modified the file so clear the cache |
1030 | cpath.updatecache(file) | 1030 | cpath.updatecache(file) |