]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 26 Jan 2023 22:22:00 +0000 (22:22 +0000)
commit046769fa952a511865c416b80d10af6287147fb7
tree893db5a13344bed439bff428f30d187798676bef
parent60681baa97daf4f3856453c34d6be08b6771a81b
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>
meta/classes-recipe/fs-uuid.bbclass