diff options
author | Roland Hieber <rhi@pengutronix.de> | 2022-05-08 13:33:12 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-05-08 14:20:43 +0100 |
commit | f564bf2bbd96f2297e639c87b6e427f31a25aa46 (patch) | |
tree | 0e46ff61cc7d502f9e6f642cc792529e4ee07057 /scripts/lib/wic/plugins/source/rootfs.py | |
parent | 5b9eb4be1270086f772367acb9e05a9a704cd87b (diff) | |
download | poky-f564bf2bbd96f2297e639c87b6e427f31a25aa46.tar.gz |
bitbake: cache: correctly handle file names containing colons
File names containing colons cause split() to return a list with more
than two elements, which will lead to a stack trace ending in:
ValueError: too many values to unpack (expected 2)
Split only once at the last colon, thereby making sure that only two
elements are returned.
(Bitbake rev: a70a7376a8708bde07959deb5d5842d7f84ee5f8)
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/wic/plugins/source/rootfs.py')
0 files changed, 0 insertions, 0 deletions