poky/bitbake/lib/bb
Paul Eggleton 95dae8b598 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>
2017-05-18 13:12:30 +01:00
..
fetch2 bitbake: fetch2/wget: attempt checkstatus again if it fails 2017-05-18 13:12:30 +01:00
parse bitbake: BBHandler/ast: Merge handMethod and handleMethodFlags 2016-02-10 13:32:46 +00:00
pysh bitbake: lib: fix no newline at end of file 2014-07-04 09:28:36 +01:00
server bitbake: bitbake: xmlrpc: set single use mode differently 2016-03-24 12:31:50 +00:00
tests bitbake: lib/bb/tests/fetch: remove URL that doesn't exist anymore 2016-09-13 16:19:46 +01:00
ui bitbake: providers: Add PREFERRED_RPROVIDER support 2016-04-15 06:59:44 +01:00
__init__.py bitbake: Update version to 1.30.0 2016-04-06 23:33:17 +01:00
build.py bitbake: build: Ensure we preserve sigbasedata files as well as sigdata ones 2017-05-18 13:12:30 +01:00
cache_extra.py bitbake: bitbake: cooker: get extra information from recipe cache 2013-09-22 12:19:44 +01:00
cache.py bitbake: cache: Make BB_DONT_CACHE variable external 2016-03-23 17:54:41 +00:00
checksum.py bitbake: lib/bb/checksum: avoid exception on broken symlinks 2017-05-18 13:12:30 +01:00
codeparser.py bitbake: bb/cache: drop some unused arguments 2016-02-18 07:41:15 +00:00
command.py bitbake: command: make setEventMask readonly 2016-03-07 17:23:04 +00:00
compat.py bitbake: compat/server/utils: Jettison pre python 2.7.3 workarounds 2013-06-14 17:26:30 +01:00
cooker.py bitbake: cooker/knotty: Prefix parse logs with filename being parsed 2016-04-15 06:59:44 +01:00
cookerdata.py bitbake: cookerdata.py: remove slash in the end 2016-03-31 09:13:04 +01:00
COW.py
daemonize.py bitbake: lib/bb/*.py: Typo fixes/grammar/comment fixes, nothing functional. 2014-08-25 08:57:45 +01:00
data_smart.py bitbake: data_smart: Restrict expansion regexp to not include : characters 2016-04-09 23:00:46 +01:00
data.py bitbake: build/data: Don't expand python functions before execution [API change] 2016-02-10 15:47:11 +00:00
event.py bitbake: bb.event: fix infinite loop on print_ui_queue 2016-11-08 23:47:14 +00:00
exceptions.py
main.py bitbake: main: fix processing of BBEVENTLOG 2016-04-19 17:31:01 +01:00
methodpool.py bitbake: event/utils/methodpool: Add a cache of compiled code objects 2015-12-22 00:02:05 +00:00
monitordisk.py bitbake: monitordisk: don't log when not monitoring a filesystem for inodes 2014-09-29 12:08:48 +01:00
msg.py bitbake: Fix default function parameter assignment to a list 2015-08-19 18:05:44 +01:00
namedtuple_with_abc.py bitbake: lib/bb/*.py: Typo fixes/grammar/comment fixes, nothing functional. 2014-08-25 08:57:45 +01:00
persist_data.py bitbake: persist_data: Return str instead of unicode for sqlite3 text queries 2016-04-06 10:29:47 +01:00
process.py bitbake: Fix default function parameter assignment to a list 2015-08-19 18:05:44 +01:00
providers.py bitbake: providers: Add PREFERRED_RPROVIDER support 2016-04-15 06:59:44 +01:00
runqueue.py bitbake: runqueue: Improve 'mulitiple .bb files are due to be built' message 2016-04-12 22:50:21 +01:00
shell.py
siggen.py bitbake: siggen: Ensure taskhash mismatches don't override existing data 2017-05-18 13:12:30 +01:00
taskdata.py bitbake: taskdata: Fix traceback issue with missing provider 2016-02-15 16:48:12 +00:00
tinfoil.py bitbake: tinfoil: remove logging handler at shutdown 2015-09-23 22:44:56 +01:00
utils.py bitbake: lib/bb/utils: add docstring for contains() 2016-04-18 16:28:23 +01:00