diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2016-07-26 15:36:40 +1200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-05-18 13:12:30 +0100 |
commit | 95dae8b59854633aa66a9377c493a6bffcdf49a6 (patch) | |
tree | 006e63a5feb0b7f68c2952f9b13043c1294654b3 /meta/recipes-multimedia | |
parent | 129060f0b7125f6ac5bbdfcd5f683a3d8ca318c4 (diff) | |
download | poky-95dae8b59854633aa66a9377c493a6bffcdf49a6.tar.gz |
bitbake: lib/bb/checksum: avoid exception on broken symlinks
If using OE's externalsrc with a source tree that is not tracked by git
and contains broken symlinks, you can receive "TypeError: unorderable
types: NoneType() < str()" within the file checksum code due to:
checksums.sort(key=operator.itemgetter(1))
Don't add files with no checksum to the checksums list in order to avoid
this.
(Bitbake rev: 484fe5a3f5b840e5422cbdff0eef9aecfe944a19)
(Bitbake rev: c60f952a5adb1bcbab403779ce08927759bcfb63)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
0 files changed, 0 insertions, 0 deletions