diff options
Diffstat (limited to 'meta/lib/oe/rootfs.py')
-rw-r--r-- | meta/lib/oe/rootfs.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/lib/oe/rootfs.py b/meta/lib/oe/rootfs.py index 9d4727e76c..71bd1a78dc 100644 --- a/meta/lib/oe/rootfs.py +++ b/meta/lib/oe/rootfs.py | |||
@@ -525,7 +525,8 @@ class RpmRootfs(Rootfs): | |||
525 | self.pm.save_rpmpostinst(pkg) | 525 | self.pm.save_rpmpostinst(pkg) |
526 | 526 | ||
527 | def _cleanup(self): | 527 | def _cleanup(self): |
528 | pass | 528 | self.pm._invoke_dnf(["clean", "all"]) |
529 | |||
529 | 530 | ||
530 | class DpkgOpkgRootfs(Rootfs): | 531 | class DpkgOpkgRootfs(Rootfs): |
531 | def __init__(self, d, progress_reporter=None, logcatcher=None): | 532 | def __init__(self, d, progress_reporter=None, logcatcher=None): |