summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe/package_manager/deb/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oe/package_manager/deb/__init__.py')
-rw-r--r--meta/lib/oe/package_manager/deb/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oe/package_manager/deb/__init__.py b/meta/lib/oe/package_manager/deb/__init__.py
index 72155b178c..26157f591a 100644
--- a/meta/lib/oe/package_manager/deb/__init__.py
+++ b/meta/lib/oe/package_manager/deb/__init__.py
@@ -282,7 +282,7 @@ class DpkgPM(OpkgDpkgPM):
282 282
283 os.environ['APT_CONFIG'] = self.apt_conf_file 283 os.environ['APT_CONFIG'] = self.apt_conf_file
284 284
285 cmd = "%s %s install --force-yes --allow-unauthenticated --no-remove %s" % \ 285 cmd = "%s %s install --allow-downgrades --allow-remove-essential --allow-change-held-packages --allow-unauthenticated --no-remove %s" % \
286 (self.apt_get_cmd, self.apt_args, ' '.join(pkgs)) 286 (self.apt_get_cmd, self.apt_args, ' '.join(pkgs))
287 287
288 try: 288 try: