diff options
Diffstat (limited to 'meta/lib/oe')
-rw-r--r-- | meta/lib/oe/rootfs.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/lib/oe/rootfs.py b/meta/lib/oe/rootfs.py index bc2524f593..b34856c3ed 100644 --- a/meta/lib/oe/rootfs.py +++ b/meta/lib/oe/rootfs.py | |||
@@ -379,6 +379,7 @@ class RpmRootfs(Rootfs): | |||
379 | # __db.00* (Berkeley DB files that hold locks, rpm specific environment | 379 | # __db.00* (Berkeley DB files that hold locks, rpm specific environment |
380 | # settings, etc.), that should not get into the final rootfs | 380 | # settings, etc.), that should not get into the final rootfs |
381 | self.pm.unlock_rpm_db() | 381 | self.pm.unlock_rpm_db() |
382 | bb.utils.remove(self.image_rootfs + "/install", True) | ||
382 | 383 | ||
383 | 384 | ||
384 | class DpkgRootfs(Rootfs): | 385 | class DpkgRootfs(Rootfs): |