diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2019-06-27 14:59:47 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-06-28 13:29:04 +0100 |
commit | 516179999364316cce69c4f1699b0cd2420d9a1c (patch) | |
tree | ecf71d59581efb5275e9dd62c0dceb9b96cec395 /bitbake/lib/bb | |
parent | d8551bd029687106dfd3b86a01dab7888e6a8bc2 (diff) | |
download | poky-516179999364316cce69c4f1699b0cd2420d9a1c.tar.gz |
bitbake: bitbake: lib: Cleanup /usr/bin/env python
(Bitbake rev: cc712f3257904960247a7532cfc4611f3dccd36c)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb')
-rw-r--r-- | bitbake/lib/bb/cooker.py | 1 | ||||
-rw-r--r-- | bitbake/lib/bb/cookerdata.py | 1 | ||||
-rwxr-xr-x | bitbake/lib/bb/main.py | 1 | ||||
-rw-r--r-- | bitbake/lib/bb/monitordisk.py | 1 | ||||
-rw-r--r-- | bitbake/lib/bb/namedtuple_with_abc.py | 1 | ||||
-rw-r--r-- | bitbake/lib/bb/parse/parse_py/BBHandler.py | 1 | ||||
-rw-r--r-- | bitbake/lib/bb/parse/parse_py/ConfHandler.py | 1 | ||||
-rw-r--r-- | bitbake/lib/bb/parse/parse_py/__init__.py | 1 | ||||
-rw-r--r-- | bitbake/lib/bb/runqueue.py | 1 | ||||
-rw-r--r-- | bitbake/lib/bb/taskdata.py | 1 |
10 files changed, 0 insertions, 10 deletions
diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py index 0008c2fde1..b4851e13ed 100644 --- a/bitbake/lib/bb/cooker.py +++ b/bitbake/lib/bb/cooker.py | |||
@@ -1,4 +1,3 @@ | |||
1 | #!/usr/bin/env python | ||
2 | # | 1 | # |
3 | # Copyright (C) 2003, 2004 Chris Larson | 2 | # Copyright (C) 2003, 2004 Chris Larson |
4 | # Copyright (C) 2003, 2004 Phil Blundell | 3 | # Copyright (C) 2003, 2004 Phil Blundell |
diff --git a/bitbake/lib/bb/cookerdata.py b/bitbake/lib/bb/cookerdata.py index 842275d530..e64c6c5271 100644 --- a/bitbake/lib/bb/cookerdata.py +++ b/bitbake/lib/bb/cookerdata.py | |||
@@ -1,4 +1,3 @@ | |||
1 | #!/usr/bin/env python | ||
2 | # | 1 | # |
3 | # Copyright (C) 2003, 2004 Chris Larson | 2 | # Copyright (C) 2003, 2004 Chris Larson |
4 | # Copyright (C) 2003, 2004 Phil Blundell | 3 | # Copyright (C) 2003, 2004 Phil Blundell |
diff --git a/bitbake/lib/bb/main.py b/bitbake/lib/bb/main.py index ca59eb9af8..bd11619966 100755 --- a/bitbake/lib/bb/main.py +++ b/bitbake/lib/bb/main.py | |||
@@ -1,4 +1,3 @@ | |||
1 | #!/usr/bin/env python | ||
2 | # | 1 | # |
3 | # Copyright (C) 2003, 2004 Chris Larson | 2 | # Copyright (C) 2003, 2004 Chris Larson |
4 | # Copyright (C) 2003, 2004 Phil Blundell | 3 | # Copyright (C) 2003, 2004 Phil Blundell |
diff --git a/bitbake/lib/bb/monitordisk.py b/bitbake/lib/bb/monitordisk.py index 69b25c7720..1a25b0041f 100644 --- a/bitbake/lib/bb/monitordisk.py +++ b/bitbake/lib/bb/monitordisk.py | |||
@@ -1,4 +1,3 @@ | |||
1 | #!/usr/bin/env python | ||
2 | # | 1 | # |
3 | # Copyright (C) 2012 Robert Yang | 2 | # Copyright (C) 2012 Robert Yang |
4 | # | 3 | # |
diff --git a/bitbake/lib/bb/namedtuple_with_abc.py b/bitbake/lib/bb/namedtuple_with_abc.py index c8e1d55c15..646aed6ffd 100644 --- a/bitbake/lib/bb/namedtuple_with_abc.py +++ b/bitbake/lib/bb/namedtuple_with_abc.py | |||
@@ -1,5 +1,4 @@ | |||
1 | # http://code.activestate.com/recipes/577629-namedtupleabc-abstract-base-class-mix-in-for-named/ | 1 | # http://code.activestate.com/recipes/577629-namedtupleabc-abstract-base-class-mix-in-for-named/ |
2 | #!/usr/bin/env python | ||
3 | # Copyright (c) 2011 Jan Kaliszewski (zuo). Available under the MIT License. | 2 | # Copyright (c) 2011 Jan Kaliszewski (zuo). Available under the MIT License. |
4 | # | 3 | # |
5 | # SPDX-License-Identifier: MIT | 4 | # SPDX-License-Identifier: MIT |
diff --git a/bitbake/lib/bb/parse/parse_py/BBHandler.py b/bitbake/lib/bb/parse/parse_py/BBHandler.py index 889f230f79..6f7cf82b25 100644 --- a/bitbake/lib/bb/parse/parse_py/BBHandler.py +++ b/bitbake/lib/bb/parse/parse_py/BBHandler.py | |||
@@ -1,4 +1,3 @@ | |||
1 | #!/usr/bin/env python | ||
2 | """ | 1 | """ |
3 | class for handling .bb files | 2 | class for handling .bb files |
4 | 3 | ||
diff --git a/bitbake/lib/bb/parse/parse_py/ConfHandler.py b/bitbake/lib/bb/parse/parse_py/ConfHandler.py index 71bf61b761..2e84b913d8 100644 --- a/bitbake/lib/bb/parse/parse_py/ConfHandler.py +++ b/bitbake/lib/bb/parse/parse_py/ConfHandler.py | |||
@@ -1,4 +1,3 @@ | |||
1 | #!/usr/bin/env python | ||
2 | """ | 1 | """ |
3 | class for handling configuration data files | 2 | class for handling configuration data files |
4 | 3 | ||
diff --git a/bitbake/lib/bb/parse/parse_py/__init__.py b/bitbake/lib/bb/parse/parse_py/__init__.py index cdebe440dd..f508afa14e 100644 --- a/bitbake/lib/bb/parse/parse_py/__init__.py +++ b/bitbake/lib/bb/parse/parse_py/__init__.py | |||
@@ -1,4 +1,3 @@ | |||
1 | #!/usr/bin/env python | ||
2 | """ | 1 | """ |
3 | BitBake Parsers | 2 | BitBake Parsers |
4 | 3 | ||
diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py index 010b085010..58707db309 100644 --- a/bitbake/lib/bb/runqueue.py +++ b/bitbake/lib/bb/runqueue.py | |||
@@ -1,4 +1,3 @@ | |||
1 | #!/usr/bin/env python | ||
2 | """ | 1 | """ |
3 | BitBake 'RunQueue' implementation | 2 | BitBake 'RunQueue' implementation |
4 | 3 | ||
diff --git a/bitbake/lib/bb/taskdata.py b/bitbake/lib/bb/taskdata.py index d13bd7c3bf..8c25e09e8a 100644 --- a/bitbake/lib/bb/taskdata.py +++ b/bitbake/lib/bb/taskdata.py | |||
@@ -1,4 +1,3 @@ | |||
1 | #!/usr/bin/env python | ||
2 | """ | 1 | """ |
3 | BitBake 'TaskData' implementation | 2 | BitBake 'TaskData' implementation |
4 | 3 | ||