summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2019-06-28 20:23:39 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-06-28 13:36:52 +0100
commit62443240d01ba4b696a8dbab9e60774a84662cdd (patch)
tree1435eea378b5d33ea4bca087efb6a1c8ca24e864
parent9303f92599343adf645fee5d2434fadd97e7febb (diff)
downloadopenembedded-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.py2
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 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# Prepare the build system within the extensible SDK