diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2016-12-05 11:11:44 +1300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-12-08 10:26:12 +0000 |
commit | 103faae78cdff5280c7b7cdb7ca01e0868d02ec9 (patch) | |
tree | 1d77bc65d049d879dd9fbca8c100fc612d5ae85f /meta/classes | |
parent | 8c85ffa135d96df6e3ed0b318e4e7db570e53da5 (diff) | |
download | openembedded-core-103faae78cdff5280c7b7cdb7ca01e0868d02ec9.tar.gz openembedded-core-103faae78cdff5280c7b7cdb7ca01e0868d02ec9.tar.bz2 openembedded-core-103faae78cdff5280c7b7cdb7ca01e0868d02ec9.zip |
recipetool: fix encoding-related errors creating python recipes
Yet another instance of us expecting a string back from subprocess when
in Python 3 what you get back is bytes. Just decode the output within
run_command() so we avoid this everywhere.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/classes')
0 files changed, 0 insertions, 0 deletions