diff options
author | Chris Larson <chris_larson@mentor.com> | 2011-03-03 07:15:47 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-03 22:51:35 +0000 |
commit | 05d1ac23aa952bb7bae6ddf99ee212daf71e59a7 (patch) | |
tree | 655563ed8c9dd4e65f98c88a45aaf153c8375be8 /bitbake | |
parent | 54e10127c495bdb31cfef234cd2def0c4f8cf0b0 (diff) | |
download | poky-05d1ac23aa952bb7bae6ddf99ee212daf71e59a7.tar.gz |
bitbake-layers: drop 2.6 from #!, per Joshua Lock
(Bitbake rev: 898f557cbd443cdeff137fd926aac06f2aaee6c4)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/bin/bitbake-layers | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/bin/bitbake-layers b/bitbake/bin/bitbake-layers index ed11e5a386..ea903e5c9b 100644 --- a/bitbake/bin/bitbake-layers +++ b/bitbake/bin/bitbake-layers | |||
@@ -1,4 +1,4 @@ | |||
1 | #!/usr/bin/env python2.6 | 1 | #!/usr/bin/env python |
2 | 2 | ||
3 | import cmd | 3 | import cmd |
4 | import logging | 4 | import logging |