diff options
| author | Robert Yang <liezhi.yang@windriver.com> | 2019-01-11 16:49:53 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-01-14 11:36:49 +0000 |
| commit | 34ce32a75bf2dba51cf11192be9d9563e2952840 (patch) | |
| tree | ab569c2bdce5a0872667dfedd9919c06824c9ebc /scripts/lib/scriptpath.py | |
| parent | dfd833725dab28015474359754883a67bbc80cc6 (diff) | |
| download | poky-34ce32a75bf2dba51cf11192be9d9563e2952840.tar.gz | |
bitbake: bitbake: runqueue: __find_md5__ -> __find_sha256
Fixed:
Create a new build
$ bitbake quilt-native -ccleansstate -Snone
$ bitbake quilt-native -ccleansstate -Sprintdiff
[snip]
latestmatch = sorted(matches.keys(), key=lambda f: matches[f])[-1]
> prevh = __find_md5__.search(latestmatch).group(0)
output = bb.siggen.compare_sigfiles(latestmatch, match, recursecb)
AttributeError: 'NoneType' object has no attribute 'group'
(Bitbake rev: 15d20d948359fa1d7a7a754b2a1d8ed9f4ca0480)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/scriptpath.py')
0 files changed, 0 insertions, 0 deletions
