diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-22 11:36:33 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-22 11:38:18 +0000 |
commit | 6c23bd5c8113c1a8feddf2171626cb02e421b71d (patch) | |
tree | 589d6d1846e98d3f27f9c6c8b62da2a709102b27 /bitbake/LICENSE | |
parent | ccbc29bbc4a7d8a4ce2fd708be26b436d7be4194 (diff) | |
download | poky-6c23bd5c8113c1a8feddf2171626cb02e421b71d.tar.gz |
bitbake: data_smart: Avoid exceptions for non string data
File "scripts/lib/checklayer/__init__.py", line 49, in _get_layer_collections
ldata.expandVarref('LAYERDIR')
File "build/bitbake/lib/bb/data_smart.py", line 1007, in expandVarref
if referrervalue and ref in referrervalue:
TypeError: argument of type 'bool' is not iterable
We inject True values as an internal sentinel to the datastore, fix
this codepath to handle it.
(Bitbake rev: 3b88562d87ac94725c1a683c859c2a6a3287d173)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/LICENSE')
0 files changed, 0 insertions, 0 deletions