]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
bitbake: bitbake: lib: Cleanup /usr/bin/env python
authorRobert Yang <liezhi.yang@windriver.com>
Thu, 27 Jun 2019 06:59:47 +0000 (14:59 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 28 Jun 2019 12:29:04 +0000 (13:29 +0100)
(Bitbake rev: cc712f3257904960247a7532cfc4611f3dccd36c)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/cooker.py
bitbake/lib/bb/cookerdata.py
bitbake/lib/bb/main.py
bitbake/lib/bb/monitordisk.py
bitbake/lib/bb/namedtuple_with_abc.py
bitbake/lib/bb/parse/parse_py/BBHandler.py
bitbake/lib/bb/parse/parse_py/ConfHandler.py
bitbake/lib/bb/parse/parse_py/__init__.py
bitbake/lib/bb/runqueue.py
bitbake/lib/bb/taskdata.py
bitbake/lib/pyinotify.py

index 0008c2fde1a57fce1b7aa442803736ec629b7145..b4851e13ede6bcd99f0a25153384ade2af087e40 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 #
 # Copyright (C) 2003, 2004  Chris Larson
 # Copyright (C) 2003, 2004  Phil Blundell
index 842275d5301b62f0f80c0c73015b6c006873072c..e64c6c527171dc2999ed0cc7cceaee4f6613db95 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 #
 # Copyright (C) 2003, 2004  Chris Larson
 # Copyright (C) 2003, 2004  Phil Blundell
index ca59eb9af80c9d6f19a021850cd909b415cb6dc8..bd116199660a7f76399fb1fc27af07f0eeb91a71 100755 (executable)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 #
 # Copyright (C) 2003, 2004  Chris Larson
 # Copyright (C) 2003, 2004  Phil Blundell
index 69b25c77201bcd9cfced0029b28d1c91dd4b630b..1a25b0041f8ff66d365e2bf5ac7fcb90915ee075 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 #
 # Copyright (C) 2012 Robert Yang
 #
index c8e1d55c15d6cd6e3327c4fb7e05065f9336b963..646aed6ffd7705ebf926d1efe787587d4fc60838 100644 (file)
@@ -1,5 +1,4 @@
 # http://code.activestate.com/recipes/577629-namedtupleabc-abstract-base-class-mix-in-for-named/
-#!/usr/bin/env python
 # Copyright (c) 2011 Jan Kaliszewski (zuo). Available under the MIT License.
 #
 # SPDX-License-Identifier: MIT
index 889f230f791f49bb190b9c7ba8d792ee4dd9cbee..6f7cf82b25d1ddc6d9d5a58d8f28cdd82e7515fa 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 """
    class for handling .bb files
 
index 71bf61b76112b2980d16009b85223a64a7ad5550..2e84b913d80c4fee6cf132f92018f258c13b4f1a 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 """
    class for handling configuration data files
 
index cdebe440dda672c9bec7e3575e0c4c97a4291f28..f508afa14ea4a0e29c7ce3c9da704ea46be5ef27 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 """
 BitBake Parsers
 
index 010b0850102a2fa1e12fcf2c8b4c2e54ebd6cbc4..58707db3097d4be2db1e778dd0ff9983bd5b8a45 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 """
 BitBake 'RunQueue' implementation
 
index d13bd7c3bff08ad80dd0a0868e32466437eab4b7..8c25e09e8a3e26a5ba72c9914720498a1a5850ff 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 """
 BitBake 'TaskData' implementation
 
index 9dcfd0d2ee019e2b825b22b7f3a53f020558417a..1528a22e8da00f8f65621e104609baff1fb2b116 100644 (file)
@@ -1,5 +1,4 @@
-#!/usr/bin/env python
-
+#
 # pyinotify.py - python interface to inotify
 # Copyright (c) 2005-2015 Sebastien Martini <seb@dbzteam.org>
 #