diff options
-rwxr-xr-x | scripts/bitbake-whatchanged | 2 | ||||
-rwxr-xr-x | scripts/buildhistory-collect-srcrevs | 2 | ||||
-rwxr-xr-x | scripts/cleanup-workdir | 2 | ||||
-rwxr-xr-x | scripts/combo-layer | 2 | ||||
-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 | ||||
-rwxr-xr-x | scripts/cp-noerror | 2 | ||||
-rwxr-xr-x | scripts/gen-lockedsig-cache | 2 | ||||
-rw-r--r-- | scripts/lib/devtool/__init__.py | 2 | ||||
-rwxr-xr-x | scripts/oe-publish-sdk | 2 | ||||
-rwxr-xr-x | scripts/oe-trim-schemas | 2 | ||||
-rwxr-xr-x | scripts/oepydevshell-internal.py | 2 | ||||
-rwxr-xr-x | scripts/opkg-query-helper.py | 2 | ||||
-rwxr-xr-x | scripts/pythondeps | 2 | ||||
-rwxr-xr-x | scripts/relocate_sdk.py | 2 | ||||
-rwxr-xr-x | scripts/send-error-report | 2 | ||||
-rwxr-xr-x | scripts/swabber-strace-attach | 2 | ||||
-rwxr-xr-x | scripts/sysroot-relativelinks.py | 2 | ||||
-rwxr-xr-x | scripts/test-remote-image | 2 | ||||
-rwxr-xr-x | scripts/tiny/dirsize.py | 2 | ||||
-rwxr-xr-x | scripts/tiny/ksize.py | 2 |
23 files changed, 23 insertions, 23 deletions
diff --git a/scripts/bitbake-whatchanged b/scripts/bitbake-whatchanged index 55b61d0a90..0207777e63 100755 --- a/scripts/bitbake-whatchanged +++ b/scripts/bitbake-whatchanged | |||
@@ -1,4 +1,4 @@ | |||
1 | #!/usr/bin/env python | 1 | #!/usr/bin/env python3 |
2 | # ex:ts=4:sw=4:sts=4:et | 2 | # ex:ts=4:sw=4:sts=4:et |
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | 3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- |
4 | 4 | ||
diff --git a/scripts/buildhistory-collect-srcrevs b/scripts/buildhistory-collect-srcrevs index 79d2657ac8..8a03580f8e 100755 --- a/scripts/buildhistory-collect-srcrevs +++ b/scripts/buildhistory-collect-srcrevs | |||
@@ -1,4 +1,4 @@ | |||
1 | #!/usr/bin/env python | 1 | #!/usr/bin/env python3 |
2 | # | 2 | # |
3 | # Collects the recorded SRCREV values from buildhistory and reports on them | 3 | # Collects the recorded SRCREV values from buildhistory and reports on them |
4 | # | 4 | # |
diff --git a/scripts/cleanup-workdir b/scripts/cleanup-workdir index 0b2cf99d78..86eae3702b 100755 --- a/scripts/cleanup-workdir +++ b/scripts/cleanup-workdir | |||
@@ -1,4 +1,4 @@ | |||
1 | #!/usr/bin/env python | 1 | #!/usr/bin/env python3 |
2 | 2 | ||
3 | # Copyright (c) 2012 Wind River Systems, Inc. | 3 | # Copyright (c) 2012 Wind River Systems, Inc. |
4 | # | 4 | # |
diff --git a/scripts/combo-layer b/scripts/combo-layer index eaa7f5adb8..8f57ba58cf 100755 --- a/scripts/combo-layer +++ b/scripts/combo-layer | |||
@@ -1,4 +1,4 @@ | |||
1 | #!/usr/bin/env python | 1 | #!/usr/bin/env python3 |
2 | # ex:ts=4:sw=4:sts=4:et | 2 | # ex:ts=4:sw=4:sts=4:et |
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | 3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- |
4 | # | 4 | # |
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. |
diff --git a/scripts/cp-noerror b/scripts/cp-noerror index d8be6774c7..35eb211be3 100755 --- a/scripts/cp-noerror +++ b/scripts/cp-noerror | |||
@@ -1,4 +1,4 @@ | |||
1 | #!/usr/bin/env python | 1 | #!/usr/bin/env python3 |
2 | # | 2 | # |
3 | # Allow copying of $1 to $2 but if files in $1 disappear during the copy operation, | 3 | # Allow copying of $1 to $2 but if files in $1 disappear during the copy operation, |
4 | # don't error. | 4 | # don't error. |
diff --git a/scripts/gen-lockedsig-cache b/scripts/gen-lockedsig-cache index 0986a21651..26e9b63a30 100755 --- a/scripts/gen-lockedsig-cache +++ b/scripts/gen-lockedsig-cache | |||
@@ -1,4 +1,4 @@ | |||
1 | #!/usr/bin/env python | 1 | #!/usr/bin/env python3 |
2 | 2 | ||
3 | import os | 3 | import os |
4 | import sys | 4 | import sys |
diff --git a/scripts/lib/devtool/__init__.py b/scripts/lib/devtool/__init__.py index 70053631e8..77b1fd90a9 100644 --- a/scripts/lib/devtool/__init__.py +++ b/scripts/lib/devtool/__init__.py | |||
@@ -1,4 +1,4 @@ | |||
1 | #!/usr/bin/env python | 1 | #!/usr/bin/env python3 |
2 | 2 | ||
3 | # Development tool - utility functions for plugins | 3 | # Development tool - utility functions for plugins |
4 | # | 4 | # |
diff --git a/scripts/oe-publish-sdk b/scripts/oe-publish-sdk index 55872f2f93..4fe8974dee 100755 --- a/scripts/oe-publish-sdk +++ b/scripts/oe-publish-sdk | |||
@@ -1,4 +1,4 @@ | |||
1 | #!/usr/bin/env python | 1 | #!/usr/bin/env python3 |
2 | 2 | ||
3 | # OpenEmbedded SDK publishing tool | 3 | # OpenEmbedded SDK publishing tool |
4 | 4 | ||
diff --git a/scripts/oe-trim-schemas b/scripts/oe-trim-schemas index 29fb3a1b67..66a1b8d81d 100755 --- a/scripts/oe-trim-schemas +++ b/scripts/oe-trim-schemas | |||
@@ -1,4 +1,4 @@ | |||
1 | #! /usr/bin/env python | 1 | #! /usr/bin/env python3 |
2 | 2 | ||
3 | import sys | 3 | import sys |
4 | try: | 4 | try: |
diff --git a/scripts/oepydevshell-internal.py b/scripts/oepydevshell-internal.py index 2566606b50..7761f667ef 100755 --- a/scripts/oepydevshell-internal.py +++ b/scripts/oepydevshell-internal.py | |||
@@ -1,4 +1,4 @@ | |||
1 | #!/usr/bin/env python | 1 | #!/usr/bin/env python3 |
2 | 2 | ||
3 | import os | 3 | import os |
4 | import sys | 4 | import sys |
diff --git a/scripts/opkg-query-helper.py b/scripts/opkg-query-helper.py index 2fb1a78970..ce89491f60 100755 --- a/scripts/opkg-query-helper.py +++ b/scripts/opkg-query-helper.py | |||
@@ -1,4 +1,4 @@ | |||
1 | #!/usr/bin/env python | 1 | #!/usr/bin/env python3 |
2 | 2 | ||
3 | # OpenEmbedded opkg query helper utility | 3 | # OpenEmbedded opkg query helper utility |
4 | # | 4 | # |
diff --git a/scripts/pythondeps b/scripts/pythondeps index f1e6452092..590b9769e7 100755 --- a/scripts/pythondeps +++ b/scripts/pythondeps | |||
@@ -1,4 +1,4 @@ | |||
1 | #!/usr/bin/env python | 1 | #!/usr/bin/env python3 |
2 | # | 2 | # |
3 | # Determine dependencies of python scripts or available python modules in a search path. | 3 | # Determine dependencies of python scripts or available python modules in a search path. |
4 | # | 4 | # |
diff --git a/scripts/relocate_sdk.py b/scripts/relocate_sdk.py index 99fca86a12..e47b4d916e 100755 --- a/scripts/relocate_sdk.py +++ b/scripts/relocate_sdk.py | |||
@@ -1,4 +1,4 @@ | |||
1 | #!/usr/bin/env python | 1 | #!/usr/bin/env python3 |
2 | # | 2 | # |
3 | # Copyright (c) 2012 Intel Corporation | 3 | # Copyright (c) 2012 Intel Corporation |
4 | # | 4 | # |
diff --git a/scripts/send-error-report b/scripts/send-error-report index 122ce32e52..ff23552b66 100755 --- a/scripts/send-error-report +++ b/scripts/send-error-report | |||
@@ -1,4 +1,4 @@ | |||
1 | #!/usr/bin/env python | 1 | #!/usr/bin/env python3 |
2 | 2 | ||
3 | # Sends an error report (if the report-error class was enabled) to a | 3 | # Sends an error report (if the report-error class was enabled) to a |
4 | # remote server. | 4 | # remote server. |
diff --git a/scripts/swabber-strace-attach b/scripts/swabber-strace-attach index f258987d5e..e8f325846c 100755 --- a/scripts/swabber-strace-attach +++ b/scripts/swabber-strace-attach | |||
@@ -1,4 +1,4 @@ | |||
1 | #!/usr/bin/env python | 1 | #!/usr/bin/env python3 |
2 | import os | 2 | import os |
3 | import sys | 3 | import sys |
4 | import subprocess | 4 | import subprocess |
diff --git a/scripts/sysroot-relativelinks.py b/scripts/sysroot-relativelinks.py index ac26367e77..e44eba2b11 100755 --- a/scripts/sysroot-relativelinks.py +++ b/scripts/sysroot-relativelinks.py | |||
@@ -1,4 +1,4 @@ | |||
1 | #!/usr/bin/env python | 1 | #!/usr/bin/env python3 |
2 | import sys | 2 | import sys |
3 | import os | 3 | import os |
4 | 4 | ||
diff --git a/scripts/test-remote-image b/scripts/test-remote-image index 698948b834..27b1cae38f 100755 --- a/scripts/test-remote-image +++ b/scripts/test-remote-image | |||
@@ -1,4 +1,4 @@ | |||
1 | #!/usr/bin/env python | 1 | #!/usr/bin/env python3 |
2 | 2 | ||
3 | # Copyright (c) 2014 Intel Corporation | 3 | # Copyright (c) 2014 Intel Corporation |
4 | # | 4 | # |
diff --git a/scripts/tiny/dirsize.py b/scripts/tiny/dirsize.py index 0b4fbd1fa7..ddccc5a8c8 100755 --- a/scripts/tiny/dirsize.py +++ b/scripts/tiny/dirsize.py | |||
@@ -1,4 +1,4 @@ | |||
1 | #!/usr/bin/env python | 1 | #!/usr/bin/env python3 |
2 | # | 2 | # |
3 | # Copyright (c) 2011, Intel Corporation. | 3 | # Copyright (c) 2011, Intel Corporation. |
4 | # All rights reserved. | 4 | # All rights reserved. |
diff --git a/scripts/tiny/ksize.py b/scripts/tiny/ksize.py index 587c93038c..b9d2b192cf 100755 --- a/scripts/tiny/ksize.py +++ b/scripts/tiny/ksize.py | |||
@@ -1,4 +1,4 @@ | |||
1 | #!/usr/bin/env python | 1 | #!/usr/bin/env python3 |
2 | # | 2 | # |
3 | # Copyright (c) 2011, Intel Corporation. | 3 | # Copyright (c) 2011, Intel Corporation. |
4 | # All rights reserved. | 4 | # All rights reserved. |