diff options
| author | Roland Hieber <rhi@pengutronix.de> | 2022-05-10 08:05:42 -1000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-05-12 13:41:42 +0100 |
| commit | fe1a4d124072b304770fc8d605257a2a7923ad2a (patch) | |
| tree | 69b2bdae0195b19f5d071d2de19b96594f3b599e /meta/classes/python3native.bbclass | |
| parent | dc41a59eaa4bb87fbdc8f7fe3482d299d43889ed (diff) | |
| download | poky-fe1a4d124072b304770fc8d605257a2a7923ad2a.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: e14ed7dd866334ab40cd335d9c006e5d7b447abd)
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit a70a7376a8708bde07959deb5d5842d7f84ee5f8)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/python3native.bbclass')
0 files changed, 0 insertions, 0 deletions
