diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2016-05-20 11:57:25 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-02 08:24:01 +0100 |
commit | 52c4b7f247618f185a11dfb1cf15d0490d074379 (patch) | |
tree | 8fe7b8c537322de8b2fb714e3ad19a8b701ffe9d /scripts/recipetool | |
parent | 0d7db8e732a9032c68364ad12167c280310aa599 (diff) | |
download | poky-52c4b7f247618f185a11dfb1cf15d0490d074379.tar.gz |
scripts: use python3 in shebang
As most of oe-test cases work for devtool and recipetool
it makes sense to switch both tools to python 3 by
explicitly referring to python3 in their shebangs.
(From OE-Core rev: dad9617809c60ec5f11d4780b0afa1cffa1efed5)
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/recipetool')
-rwxr-xr-x | scripts/recipetool | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/recipetool b/scripts/recipetool index 6c66487569..0e8bffb5c0 100755 --- a/scripts/recipetool +++ b/scripts/recipetool | |||
@@ -1,4 +1,4 @@ | |||
1 | #!/usr/bin/env python | 1 | #!/usr/bin/env python3 |
2 | 2 | ||
3 | # Recipe creation tool | 3 | # Recipe creation tool |
4 | # | 4 | # |