summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/lib/oe/rootfs.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/lib/oe/rootfs.py b/meta/lib/oe/rootfs.py
index 76950ec77a..692edb1e29 100644
--- a/meta/lib/oe/rootfs.py
+++ b/meta/lib/oe/rootfs.py
@@ -240,8 +240,7 @@ class Rootfs(object):
240 pkgs_installed = installed_pkgs.read().splitlines() 240 pkgs_installed = installed_pkgs.read().splitlines()
241 for pkg_installed in pkgs_installed[:]: 241 for pkg_installed in pkgs_installed[:]:
242 pkg = pkg_installed.split()[0] 242 pkg = pkg_installed.split()[0]
243 if pkg in ["update-rc.d", 243 if pkg in ["base-passwd",
244 "base-passwd",
245 "shadow", 244 "shadow",
246 "update-alternatives", 245 "update-alternatives",
247 self.d.getVar("ROOTFS_BOOTSTRAP_INSTALL", True) 246 self.d.getVar("ROOTFS_BOOTSTRAP_INSTALL", True)