mirror of
https://git.yoctoproject.org/poky
synced 2026-02-10 02:33:02 +01:00
The data we read from an HTTPConnection comes in the form of bytes, but we need it as a string, so in Python 3 we need to decode it (missed in the Python 3 migration). (Bitbake rev: e75c68819086788bac1c4ca8a35aebeaf604e624) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>