diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2019-09-18 16:27:21 +0800 |
---|---|---|
committer | Robert Yang <liezhi.yang@windriver.com> | 2019-09-18 16:37:26 +0800 |
commit | 4e0c92990453e4bc7cae058ca7e6cfde28d0d5d9 (patch) | |
tree | 845dc559c6e2c78e4f3c060792691fc688ff9c40 /meta/recipes-core/initscripts | |
parent | f025010ee02130bd7f6bd6073a9a0b111aaa9936 (diff) | |
download | openembedded-core-contrib-4e0c92990453e4bc7cae058ca7e6cfde28d0d5d9.tar.gz |
runqueue: validate_hashes(): currentcount should be a numberrbt/runqueue
According to sstate_checkhashes which is defined in sstate.bbclass, the
currentcoun should be a number (0, not None).
Fixed:
$ bitbake base-files -Sprintdiff
> bb.plain("Sstate summary: Wanted %d Found %d Missed %d Current %d (%d%% match, %d%% complete)" % (total, len(found), len(missed), currentcount, match, complete))
TypeError: %d format: a number is required, not NoneType
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Diffstat (limited to 'meta/recipes-core/initscripts')
0 files changed, 0 insertions, 0 deletions