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-28 13:36:52 +0100 |
commit | 62443240d01ba4b696a8dbab9e60774a84662cdd (patch) | |
tree | 1435eea378b5d33ea4bca087efb6a1c8ca24e864 | |
parent | 9303f92599343adf645fee5d2434fadd97e7febb (diff) | |
download | openembedded-core-contrib-62443240d01ba4b696a8dbab9e60774a84662cdd.tar.gz |
ext-sdk-prepare.py: python2 -> python3
This script is python3 indeed.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 96c5212a2e3..163d5e9912e 100644 --- a/meta/files/ext-sdk-prepare.py +++ b/meta/files/ext-sdk-prepare.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # Prepare the build system within the extensible SDK |