diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2019-06-28 20:23:39 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-06-30 22:40:52 +0100 |
commit | 16e95578506acd9f373ff389be0ea1062aaa2ca8 (patch) | |
tree | 5e26f6d1fb98944788345c82005bc8904b750d2d /meta/files/ext-sdk-prepare.py | |
parent | b19ce5d2e823be9a66f7059913b20acded8a30ac (diff) | |
download | poky-16e95578506acd9f373ff389be0ea1062aaa2ca8.tar.gz |
ext-sdk-prepare.py: python2 -> python3
This script is python3 indeed.
(From OE-Core rev: 62443240d01ba4b696a8dbab9e60774a84662cdd)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/files/ext-sdk-prepare.py')
-rw-r--r-- | meta/files/ext-sdk-prepare.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/files/ext-sdk-prepare.py b/meta/files/ext-sdk-prepare.py index 96c5212a2e..163d5e9912 100644 --- a/meta/files/ext-sdk-prepare.py +++ b/meta/files/ext-sdk-prepare.py | |||
@@ -1,4 +1,4 @@ | |||
1 | #!/usr/bin/env python | 1 | #!/usr/bin/env python3 |
2 | 2 | ||
3 | # Prepare the build system within the extensible SDK | 3 | # Prepare the build system within the extensible SDK |
4 | 4 | ||