]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bitbake: 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:48 +0000 (11:41 +0100)
commit25ea0b625dd8dc8c5a19beb42d3aefce3501b3e2
tree9ba71d9bd82f9a1934045b14eec619c5fe3d1deb
parentfffce32ebd8712e29cc6f9c4a7a97ce40f9916ee
bitbake: 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)

(Bitbake rev: 11b3b6a7087554d14a2812a9ae463dce740b879e)

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>
bitbake/lib/bb/ui/buildinfohelper.py