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:31:29 +0000 |
commit | 8fe1f25ea087cea13c5380de758078f0fb9eae34 (patch) | |
tree | 2c35d0d2cc6f2cbee378d102b1339463df58a84f /meta/classes/kernel.bbclass | |
parent | 674c216c69cc2cbfcd45ce001afe5a7f262179a4 (diff) | |
download | poky-8fe1f25ea087cea13c5380de758078f0fb9eae34.tar.gz |
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.
(From OE-Core rev: 103faae78cdff5280c7b7cdb7ca01e0868d02ec9)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/kernel.bbclass')
0 files changed, 0 insertions, 0 deletions