summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/rootfs_ipk.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/rootfs_ipk.bbclass b/meta/classes/rootfs_ipk.bbclass
index 48fb2fbd18..5342035241 100644
--- a/meta/classes/rootfs_ipk.bbclass
+++ b/meta/classes/rootfs_ipk.bbclass
@@ -90,7 +90,7 @@ fakeroot rootfs_ipk_do_rootfs () {
90 rm -f ${IMAGE_ROOTFS}${opkglibdir}/lists/* 90 rm -f ${IMAGE_ROOTFS}${opkglibdir}/lists/*
91 91
92 if ${@base_contains("IMAGE_FEATURES", "package-management", "false", "true", d)}; then 92 if ${@base_contains("IMAGE_FEATURES", "package-management", "false", "true", d)}; then
93 if [ $runtime_script_required -eq 0 ]; then 93 if ! grep Status:.install.ok.unpacked ${IMAGE_ROOTFS}${opkglibdir}status; then
94 # All packages were successfully configured. 94 # All packages were successfully configured.
95 # update-rc.d, base-passwd are no further use, remove them now 95 # update-rc.d, base-passwd are no further use, remove them now
96 opkg-cl ${IPKG_ARGS} --force-depends remove update-rc.d base-passwd || true 96 opkg-cl ${IPKG_ARGS} --force-depends remove update-rc.d base-passwd || true