diff options
author | Joshua Watt <jpewhacker@gmail.com> | 2020-06-08 16:03:10 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-10 12:30:01 +0100 |
commit | c3271dca21b2f6fa9b54b00a64a176e9d87e8feb (patch) | |
tree | 3182815d687f8f8147db681007eb4090f921a551 /meta/recipes-graphics | |
parent | 0ecab7a461d7dc47cbd8f277019d87ee3df31283 (diff) | |
download | poky-c3271dca21b2f6fa9b54b00a64a176e9d87e8feb.tar.gz |
bitbake: bitbake: cache: Fix error when cache is rebuilt
It is expected that load_cachfile() returns an integer indicating how
many entries were loaded from the cache. In the event the cache needs to
be rebuilt, 0 must be returned to prevent python from attempting to add
an None and an integer together.
(Bitbake rev: 3459d98fbc280637ecb36961bda8436818ee51e5)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
0 files changed, 0 insertions, 0 deletions