mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
lib/oe/rootfs: Improve error message whitespace
[YOCTO #6493] (From OE-Core rev: 91ca6b1b2e009381d8e813906654c0958eee7efc) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user