diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2017-03-20 17:07:04 +1300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-22 11:35:22 +0000 |
commit | 1485a5517a38fe96cdf7140e26b2bf8b58aebeb5 (patch) | |
tree | f326c6ddd52b1e73db302e7a43de5555c26c2989 /bitbake/ChangeLog | |
parent | 5b1807021e932b1150095f3d1744d8411a28a1f0 (diff) | |
download | poky-1485a5517a38fe96cdf7140e26b2bf8b58aebeb5.tar.gz |
bitbake: bitbake-layers: fix layerindex-fetch for Python 3
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: 7e6a3cd1472e1a1c8304b46611e1676914a68b59)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/ChangeLog')
0 files changed, 0 insertions, 0 deletions