]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
classes/fs-uuid: Fix command output decoding issue
authorPawel Zalewski <pzalewski@thegoodpenguin.co.uk>
Thu, 22 Dec 2022 10:38:29 +0000 (10:38 +0000)
committerSteve Sakoman <steve@sakoman.com>
Mon, 20 Feb 2023 15:51:44 +0000 (05:51 -1000)
commit622fea338a0c43f95185469b54cc72c545b73100
tree3d064098faa721297e6ca77cacc3f00340818dec
parentdfb042a6159d128aa4ee8d899c447cf33a2be7ae
classes/fs-uuid: Fix command output decoding issue

The default return value from subprocess.check_output is an encoded byte.
The applied fix will decode the value to a string.

Signed-off-by: Pawel Zalewski <pzalewski@thegoodpenguin.co.uk>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 046769fa952a511865c416b80d10af6287147fb7)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/classes/fs-uuid.bbclass