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-05-16 23:32:41 +0100 |
commit | 51738f9fa5aa07f19f24dd4a55b1fd8d210c6b3f (patch) | |
tree | 3e82958b999f9fca53518061bb5f79b60ce21777 /bitbake/lib/bb/persist_data.py | |
parent | b28ea877e096bbfc89be8851f971383a2243e99d (diff) | |
download | poky-51738f9fa5aa07f19f24dd4a55b1fd8d210c6b3f.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: 7b89d3781bf0de1e52e8aef5b77d94c7fb462bf4)
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/persist_data.py')
0 files changed, 0 insertions, 0 deletions