]> code.ossystems Code Review - openembedded-core.git/commitdiff
scripts: python3: change python to python3 in shebang
authorEd Bartosh <ed.bartosh@linux.intel.com>
Thu, 2 Jun 2016 10:13:02 +0000 (13:13 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Jun 2016 10:50:27 +0000 (11:50 +0100)
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
23 files changed:
scripts/bitbake-whatchanged
scripts/buildhistory-collect-srcrevs
scripts/cleanup-workdir
scripts/combo-layer
scripts/contrib/bbvars.py
scripts/contrib/devtool-stress.py
scripts/contrib/list-packageconfig-flags.py
scripts/contrib/verify-homepage.py
scripts/cp-noerror
scripts/gen-lockedsig-cache
scripts/lib/devtool/__init__.py
scripts/oe-publish-sdk
scripts/oe-trim-schemas
scripts/oepydevshell-internal.py
scripts/opkg-query-helper.py
scripts/pythondeps
scripts/relocate_sdk.py
scripts/send-error-report
scripts/swabber-strace-attach
scripts/sysroot-relativelinks.py
scripts/test-remote-image
scripts/tiny/dirsize.py
scripts/tiny/ksize.py

index 55b61d0a906c9c09ebe95d499b400dc5c421735e..0207777e63cb33440b99d0f163b5bcdb62d4f8d4 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # ex:ts=4:sw=4:sts=4:et
 # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 
index 79d2657ac8b08f7e66c80d9004dda8776d0fc436..8a03580f8eb2204a2bbf121dcf20fde2c360071b 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 #
 # Collects the recorded SRCREV values from buildhistory and reports on them
 #
index 0b2cf99d78552fcebce049489a795f91f7b1036d..86eae3702bbb7f6ba47367a99c0c467615119ccd 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 # Copyright (c) 2012 Wind River Systems, Inc.
 #
index eaa7f5adb87e6e687515bd5b3b713b3910354607..8f57ba58cf7af308a8c1cc2bda6292489d7bcebe 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # ex:ts=4:sw=4:sts=4:et
 # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 #
index b865dd1face108da339e6b729fa6432747135ebd..d8d05947769d5141bec112869a227d0af6e8a0cd 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 8cf92ca2fe1747360c724bd2b68b4b10ca8245c0..2723491b4aece24df44774361bdac153ddf7e547 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 # devtool stress tester
 #
index 22d0c4904d8da7109770d87ff00e2093fb7498f5..b8327e4ebcc63e0b5a434965df2a241eedf294d5 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 18bb15b277eb74386449ea6c25b840bb9f380732..61a047c40bde6f1779ec35a012be4599d4908f8a 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 # This script can be used to verify HOMEPAGE values for all recipes in
 # the current configuration.
index d8be6774c710bff4c127729635d764e5c79313b3..35eb211be313189c3ca47ddcec740ed1178b16ac 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 #
 # Allow copying of $1 to $2 but if files in $1 disappear during the copy operation,
 # don't error.
index 0986a2165152fe358da05cc190fb1f4dedaf7ba6..26e9b63a303b8812aa5dd3c15a1a4bda2c252e57 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 import os
 import sys
index 70053631e815dda297344afb7c2ef9b3c4b6d5a2..77b1fd90a9490f4e4fd26f3ec6a66122d47c2dd0 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 # Development tool - utility functions for plugins
 #
index 55872f2f935d1cc1e1c38814256710166c9a02c5..4fe8974dee1324a7c98d3a05f9f5ca1e0200e9da 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 # OpenEmbedded SDK publishing tool
 
index 29fb3a1b67231bd55bd4838b8165f40281a090ed..66a1b8d81d2beb4b893260737b305c02d9031c65 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 
 import sys
 try:
index 2566606b5034ef07675f320d13ebc22d67b19730..7761f667eff96462e043a0ef86b482c7d3a28466 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 import os
 import sys
index 2fb1a78970962d768326a316aada96b44365958e..ce89491f60bdc5107dbac44fcc09efced052bbf0 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 # OpenEmbedded opkg query helper utility
 #
index f1e64520920f243c2392a0733c3d86120f0fa78d..590b9769e7896ea186af93af5ee3a413d55edcb4 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 #
 # Determine dependencies of python scripts or available python modules in a search path.
 #
index 99fca86a12506c457b4a6dfe18afc1ad8e084395..e47b4d916ed5a396d82a8c4e05b7eb0fa786a816 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 #
 # Copyright (c) 2012 Intel Corporation
 #
index 122ce32e525594674d92e528df88e01347b37c2d..ff23552b66c27875262d897f466513b2efb1502c 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 # Sends an error report (if the report-error class was enabled) to a
 # remote server.
index f258987d5ea5f7a9e582f9a38e45e2d829e51d04..e8f325846c2b7e4805a6bfab3ed11b9d8404b89f 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 import os
 import sys
 import subprocess
index ac26367e776b3d3575c9753e0011894bdbda1146..e44eba2b112073281128024da869e92961589dd9 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 import sys
 import os
 
index 698948b83455699bc35bbaf1f2698dd7ee5e154b..27b1cae38fa3205b2dacab56d510e93b45aa0015 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 # Copyright (c) 2014 Intel Corporation
 #
index 0b4fbd1fa7ad53009a2aad7a9f567282e4df4b69..ddccc5a8c8f77b9a078fbb785fa9bc6fdf840f47 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 #
 # Copyright (c) 2011, Intel Corporation.
 # All rights reserved.
index 587c93038c9a286c569e54fc7807a50b1b185aa6..b9d2b192cf5d8311dedc3c3b0aa5241ce1a778a2 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 #
 # Copyright (c) 2011, Intel Corporation.
 # All rights reserved.