aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorEd Bartosh <ed.bartosh@linux.intel.com>2016-05-20 11:57:25 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-06-02 08:24:01 +0100
commit52c4b7f247618f185a11dfb1cf15d0490d074379 (patch)
tree8fe7b8c537322de8b2fb714e3ad19a8b701ffe9d /scripts
parent0d7db8e732a9032c68364ad12167c280310aa599 (diff)
downloadopenembedded-core-contrib-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')
-rwxr-xr-xscripts/buildhistory-diff2
-rwxr-xr-xscripts/devtool2
-rwxr-xr-xscripts/oe-pkgdata-util2
-rwxr-xr-xscripts/recipetool2
4 files changed, 4 insertions, 4 deletions
diff --git a/scripts/buildhistory-diff b/scripts/buildhistory-diff
index dfebcddf72..dc8b8f236e 100755
--- a/scripts/buildhistory-diff
+++ b/scripts/buildhistory-diff
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# Report significant differences in the buildhistory repository since a specific revision
#
diff --git a/scripts/devtool b/scripts/devtool
index 4dbb527bc7..ff368dc2ae 100755
--- a/scripts/devtool
+++ b/scripts/devtool
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# OpenEmbedded Development tool
#
diff --git a/scripts/oe-pkgdata-util b/scripts/oe-pkgdata-util
index a04e44d35a..b39d9b566c 100755
--- a/scripts/oe-pkgdata-util
+++ b/scripts/oe-pkgdata-util
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# OpenEmbedded pkgdata utility
#
diff --git a/scripts/recipetool b/scripts/recipetool
index 6c66487569..0e8bffb5c0 100755
--- a/scripts/recipetool
+++ b/scripts/recipetool
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# Recipe creation tool
#