summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe/rootfs.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oe/rootfs.py')
-rw-r--r--meta/lib/oe/rootfs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oe/rootfs.py b/meta/lib/oe/rootfs.py
index d145d5dcfa..90a98b456c 100644
--- a/meta/lib/oe/rootfs.py
+++ b/meta/lib/oe/rootfs.py
@@ -111,7 +111,7 @@ class Rootfs(object):
111 True, False, self.d): 111 True, False, self.d):
112 delayed_postinsts = self._get_delayed_postinsts() 112 delayed_postinsts = self._get_delayed_postinsts()
113 if delayed_postinsts is not None: 113 if delayed_postinsts is not None:
114 bb.fatal("The following packages could not be configured" 114 bb.fatal("The following packages could not be configured "
115 "offline and rootfs is read-only: %s" % 115 "offline and rootfs is read-only: %s" %
116 delayed_postinsts) 116 delayed_postinsts)
117 117