diff options
| -rw-r--r-- | meta/classes/package.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass index 9b4f11aa30..768047caf3 100644 --- a/meta/classes/package.bbclass +++ b/meta/classes/package.bbclass | |||
| @@ -1475,6 +1475,8 @@ python package_do_shlibs() { | |||
| 1475 | for (old, new) in renames: | 1475 | for (old, new) in renames: |
| 1476 | bb.note("Renaming %s to %s" % (old, new)) | 1476 | bb.note("Renaming %s to %s" % (old, new)) |
| 1477 | os.rename(old, new) | 1477 | os.rename(old, new) |
| 1478 | pkgfiles[pkg].remove(old) | ||
| 1479 | |||
| 1478 | shlibs_file = os.path.join(shlibswork_dir, pkg + ".list") | 1480 | shlibs_file = os.path.join(shlibswork_dir, pkg + ".list") |
| 1479 | shver_file = os.path.join(shlibswork_dir, pkg + ".ver") | 1481 | shver_file = os.path.join(shlibswork_dir, pkg + ".ver") |
| 1480 | if len(sonames): | 1482 | if len(sonames): |
