diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-28 12:20:49 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-28 12:21:24 +0100 |
commit | addeef1dc91306175824b1f5587e40a22773cff4 (patch) | |
tree | f799683fc56da50d275b3a62bd7da87a52780c2c /meta/lib | |
parent | cdb9b9619fa5417dfaee171142ad0ce9daefc461 (diff) | |
download | poky-addeef1dc91306175824b1f5587e40a22773cff4.tar.gz |
lib/oe/rootfs: Improve error message whitespace
[YOCTO #6493]
(From OE-Core rev: 91ca6b1b2e009381d8e813906654c0958eee7efc)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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): | |||
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 | ||