]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
toaster: buildinfohelper: Use correct way to get message from LogMessage
authorMichael Wood <michael.g.wood@intel.com>
Thu, 6 Oct 2016 00:08:50 +0000 (17:08 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 6 Oct 2016 10:41:39 +0000 (11:41 +0100)
commit11b3b6a7087554d14a2812a9ae463dce740b879e
treeec46a861da8475fa709ea2031f5e6c6e0e5df11d
parent263762a01a6460332ef0cfea5df1e5b81c086df4
toaster: buildinfohelper: Use correct way to get message from LogMessage

Use the correct method to get a message value from the LogMessage object
rather than constructing it ourselves which is not recommended. This
causes an exception when the msg contains a '%' such as when there are
wildcards in file names (something2.%.bbappends)

Signed-off-by: Michael Wood <michael.g.wood@intel.com>
Signed-off-by: bavery <brian.avery@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/bb/ui/buildinfohelper.py