summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/lib/oe/rootfs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/lib/oe/rootfs.py b/meta/lib/oe/rootfs.py
index 9358f562c8..c62fa5f54a 100644
--- a/meta/lib/oe/rootfs.py
+++ b/meta/lib/oe/rootfs.py
@@ -647,6 +647,7 @@ class DpkgRootfs(DpkgOpkgRootfs):
647 if pkg_type in pkgs_to_install: 647 if pkg_type in pkgs_to_install:
648 self.pm.install(pkgs_to_install[pkg_type], 648 self.pm.install(pkgs_to_install[pkg_type],
649 [False, True][pkg_type == Manifest.PKG_TYPE_ATTEMPT_ONLY]) 649 [False, True][pkg_type == Manifest.PKG_TYPE_ATTEMPT_ONLY])
650 self.pm.fix_broken_dependencies()
650 651
651 if self.progress_reporter: 652 if self.progress_reporter:
652 # Don't support attemptonly, so skip that 653 # Don't support attemptonly, so skip that