]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
knotty: fix task progress bar not starting at 0%
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 11 Aug 2016 03:36:58 +0000 (15:36 +1200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 17 Aug 2016 09:20:32 +0000 (10:20 +0100)
commit7c78a1cd3f0638ae76f7c7a469b7f667c7c58090
treee7e7c344053794a2e6a9e978d89650d279892756
parentde6759d8e9990e426e6d6464a2e05381cd4c12d6
knotty: fix task progress bar not starting at 0%

If we have the task number here we need to subtract 1 to get the number
of tasks completed.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/bb/ui/knotty.py