diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2016-06-02 13:13:02 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-03 13:13:29 +0100 |
commit | cdff6bc0c154a5d58a6e6892979af4f99d5a0d74 (patch) | |
tree | a7b717c10a9eb696c5f57d0f81b3e942f2b5126e /scripts/contrib | |
parent | 4e36eeee7797ed1e3418b3ccb81797211edab573 (diff) | |
download | poky-cdff6bc0c154a5d58a6e6892979af4f99d5a0d74.tar.gz |
scripts: python3: change python to python3 in shebang
(From OE-Core rev: 4b544ff388497cac82b0585f237900595523e1cb)
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/contrib')
-rwxr-xr-x | scripts/contrib/bbvars.py | 2 | ||||
-rwxr-xr-x | scripts/contrib/devtool-stress.py | 2 | ||||
-rwxr-xr-x | scripts/contrib/list-packageconfig-flags.py | 2 | ||||
-rwxr-xr-x | scripts/contrib/verify-homepage.py | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/scripts/contrib/bbvars.py b/scripts/contrib/bbvars.py index b865dd1fac..d8d0594776 100755 --- a/scripts/contrib/bbvars.py +++ b/scripts/contrib/bbvars.py | |||
@@ -1,4 +1,4 @@ | |||
1 | #!/usr/bin/env python | 1 | #!/usr/bin/env python3 |
2 | 2 | ||
3 | # This program is free software; you can redistribute it and/or modify | 3 | # This program is free software; you can redistribute it and/or modify |
4 | # it under the terms of the GNU General Public License as published by | 4 | # it under the terms of the GNU General Public License as published by |
diff --git a/scripts/contrib/devtool-stress.py b/scripts/contrib/devtool-stress.py index 8cf92ca2fe..2723491b4a 100755 --- a/scripts/contrib/devtool-stress.py +++ b/scripts/contrib/devtool-stress.py | |||
@@ -1,4 +1,4 @@ | |||
1 | #!/usr/bin/env python | 1 | #!/usr/bin/env python3 |
2 | 2 | ||
3 | # devtool stress tester | 3 | # devtool stress tester |
4 | # | 4 | # |
diff --git a/scripts/contrib/list-packageconfig-flags.py b/scripts/contrib/list-packageconfig-flags.py index 22d0c4904d..b8327e4ebc 100755 --- a/scripts/contrib/list-packageconfig-flags.py +++ b/scripts/contrib/list-packageconfig-flags.py | |||
@@ -1,4 +1,4 @@ | |||
1 | #!/usr/bin/env python | 1 | #!/usr/bin/env python3 |
2 | 2 | ||
3 | # This program is free software; you can redistribute it and/or modify | 3 | # This program is free software; you can redistribute it and/or modify |
4 | # it under the terms of the GNU General Public License as published by | 4 | # it under the terms of the GNU General Public License as published by |
diff --git a/scripts/contrib/verify-homepage.py b/scripts/contrib/verify-homepage.py index 18bb15b277..61a047c40b 100755 --- a/scripts/contrib/verify-homepage.py +++ b/scripts/contrib/verify-homepage.py | |||
@@ -1,4 +1,4 @@ | |||
1 | #!/usr/bin/env python | 1 | #!/usr/bin/env python3 |
2 | 2 | ||
3 | # This script can be used to verify HOMEPAGE values for all recipes in | 3 | # This script can be used to verify HOMEPAGE values for all recipes in |
4 | # the current configuration. | 4 | # the current configuration. |