lib/oe/rootfs: Improve error message whitespace
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 28 Jul 2014 11:20:49 +0000 (12:20 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 28 Jul 2014 11:21:24 +0000 (12:21 +0100)
[YOCTO #6493]

(From OE-Core rev: 91ca6b1b2e009381d8e813906654c0958eee7efc)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/rootfs.py

index d145d5d..90a98b4 100644 (file)
@@ -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)