]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
recipetool: fix encoding-related errors creating python recipes paule/recipetool-fixes7
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Sun, 4 Dec 2016 18:50:24 +0000 (07:50 +1300)
committerPaul Eggleton <paul.eggleton@linux.intel.com>
Sun, 4 Dec 2016 22:10:40 +0000 (11:10 +1300)
commit8f4183151be62ae0b19cef9975993af141c17790
tree7fe765412277aa1bd4af78e42bcbed0c728e1080
parent11063a01d4511b2688ea7ba2d7359e4e07328c66
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>
scripts/lib/recipetool/create_buildsys_python.py