diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2016-05-10 11:04:49 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-02 08:24:03 +0100 |
commit | 7c44d883b432cbededb1e2620d3823e603fd25c0 (patch) | |
tree | 969e1a0f08c3dae69560f2dd48b92cf6d3f9cc24 /meta-yocto | |
parent | 8a93f5f32e141b4d153156152b9aeb1af25325ba (diff) | |
download | poky-7c44d883b432cbededb1e2620d3823e603fd25c0.tar.gz |
bitbake: toaster: use force_text instead of force_bytes
Usage of force_bytes in BuildRequest.__str__ method caused
python 3 to throw "__str__ returned non-string (type bytes)"
error.
Replaced force_bytes with force_text to make the code working
on both python 2 and python 3.
[YOCTO #9584]
(Bitbake rev: 9dd9c1393a84d1110c647e84253af8e0bb6acc45)
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto')
0 files changed, 0 insertions, 0 deletions