diff options
Diffstat (limited to 'meta/lib')
-rw-r--r-- | meta/lib/oe/rootfs.py | 2 |
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): True, False, self.d): delayed_postinsts = self._get_delayed_postinsts() if delayed_postinsts is not None: - bb.fatal("The following packages could not be configured" + bb.fatal("The following packages could not be configured " "offline and rootfs is read-only: %s" % delayed_postinsts) |