aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/recipetool
diff options
context:
space:
mode:
authorEd Bartosh <ed.bartosh@linux.intel.com>2015-07-27 13:55:52 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-07-27 12:26:57 +0100
commit03d01393d14b7b20dcb40ff89b1628883fd3b545 (patch)
tree12686718f080bca0dc7dad1cf37de91fb4e24b31 /scripts/recipetool
parentf6e47aa9b12f9ab61530c40e0343f451699d9077 (diff)
downloadopenembedded-core-contrib-03d01393d14b7b20dcb40ff89b1628883fd3b545.tar.gz
toaster.bbclass: Fix ValueError
Running "bitbake xxx:do_unpack" resulted in exception at the BuildCompleted event from toaster. The reason for this exception was usage of ':' as a field delimiter in toasterstatlist file. As target can optionally contain ':<task>' suffix it caused split(':') to throw exception: File "toaster_collect_task_stats(e)", line 71, in toaster_collect_task_stats(e=<bb.event.BuildCompleted object at 0x7f8434deed50>) ValueError: too many values to unpack Fixed by changing delimiter ':' -> '::' Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/recipetool')
0 files changed, 0 insertions, 0 deletions