summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2007-01-04 10:33:42 +0000
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2007-01-04 10:33:42 +0000
commit9d577dd8a617c9df7f4e450644985f8821cbc158 (patch)
treedabe1bbc1e1d39efade3dccad6c31b44aff53dc8
parent8ca7fd7573eee2468027adf8b808a32cbe9edb31 (diff)
downloadopenembedded-core-contrib-9d577dd8a617c9df7f4e450644985f8821cbc158.tar.gz
drop shebangs from lib/bb scripts
- those scripts are not called by hand by bitbake users and most of package linting tools (lintian/Debian, rpmlint/Fedora) complain about not executable scripts. - if someone want to run them by hand then he will be able to do it with calling 'python SCRIPT'
-rw-r--r--lib/bb/__init__.py1
-rw-r--r--lib/bb/build.py1
-rw-r--r--lib/bb/cache.py1
-rw-r--r--lib/bb/data.py1
-rw-r--r--lib/bb/event.py1
-rw-r--r--lib/bb/fetch/__init__.py1
-rw-r--r--lib/bb/fetch/cvs.py1
-rw-r--r--lib/bb/fetch/git.py1
-rw-r--r--lib/bb/fetch/local.py1
-rw-r--r--lib/bb/fetch/perforce.py1
-rw-r--r--lib/bb/fetch/ssh.py1
-rw-r--r--lib/bb/fetch/svk.py1
-rw-r--r--lib/bb/fetch/svn.py1
-rw-r--r--lib/bb/fetch/wget.py1
-rw-r--r--lib/bb/msg.py1
-rw-r--r--lib/bb/providers.py1
-rw-r--r--lib/bb/shell.py1
17 files changed, 0 insertions, 17 deletions
diff --git a/lib/bb/__init__.py b/lib/bb/__init__.py
index 95e5e84f8e..a11af84b12 100644
--- a/lib/bb/__init__.py
+++ b/lib/bb/__init__.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
# ex:ts=4:sw=4:sts=4:et
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
#
diff --git a/lib/bb/build.py b/lib/bb/build.py
index 5614a781fc..ca97056561 100644
--- a/lib/bb/build.py
+++ b/lib/bb/build.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# ex:ts=4:sw=4:sts=4:et
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
#
diff --git a/lib/bb/cache.py b/lib/bb/cache.py
index 4910554048..934d230e6a 100644
--- a/lib/bb/cache.py
+++ b/lib/bb/cache.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# ex:ts=4:sw=4:sts=4:et
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
#
diff --git a/lib/bb/data.py b/lib/bb/data.py
index 494ec28282..14f1d896d7 100644
--- a/lib/bb/data.py
+++ b/lib/bb/data.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# ex:ts=4:sw=4:sts=4:et
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
"""
diff --git a/lib/bb/event.py b/lib/bb/event.py
index 45e079910b..f1da98fd45 100644
--- a/lib/bb/event.py
+++ b/lib/bb/event.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# ex:ts=4:sw=4:sts=4:et
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
"""
diff --git a/lib/bb/fetch/__init__.py b/lib/bb/fetch/__init__.py
index 1b446b6c91..31a4adccb1 100644
--- a/lib/bb/fetch/__init__.py
+++ b/lib/bb/fetch/__init__.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# ex:ts=4:sw=4:sts=4:et
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
"""
diff --git a/lib/bb/fetch/cvs.py b/lib/bb/fetch/cvs.py
index 15bf30e612..f75c764fb2 100644
--- a/lib/bb/fetch/cvs.py
+++ b/lib/bb/fetch/cvs.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# ex:ts=4:sw=4:sts=4:et
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
"""
diff --git a/lib/bb/fetch/git.py b/lib/bb/fetch/git.py
index 4f4b3bd368..c0cd27df09 100644
--- a/lib/bb/fetch/git.py
+++ b/lib/bb/fetch/git.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# ex:ts=4:sw=4:sts=4:et
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
"""
diff --git a/lib/bb/fetch/local.py b/lib/bb/fetch/local.py
index 6ab1c81249..9be8f1ce4b 100644
--- a/lib/bb/fetch/local.py
+++ b/lib/bb/fetch/local.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# ex:ts=4:sw=4:sts=4:et
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
"""
diff --git a/lib/bb/fetch/perforce.py b/lib/bb/fetch/perforce.py
index 61e51020f2..125eb99aa6 100644
--- a/lib/bb/fetch/perforce.py
+++ b/lib/bb/fetch/perforce.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# ex:ts=4:sw=4:sts=4:et
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
"""
diff --git a/lib/bb/fetch/ssh.py b/lib/bb/fetch/ssh.py
index ab12680e8f..81a9892dcc 100644
--- a/lib/bb/fetch/ssh.py
+++ b/lib/bb/fetch/ssh.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# ex:ts=4:sw=4:sts=4:et
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
'''
diff --git a/lib/bb/fetch/svk.py b/lib/bb/fetch/svk.py
index 71c4d26380..d863ccb6e0 100644
--- a/lib/bb/fetch/svk.py
+++ b/lib/bb/fetch/svk.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# ex:ts=4:sw=4:sts=4:et
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
"""
diff --git a/lib/bb/fetch/svn.py b/lib/bb/fetch/svn.py
index 547e86c2a2..21be1412a6 100644
--- a/lib/bb/fetch/svn.py
+++ b/lib/bb/fetch/svn.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# ex:ts=4:sw=4:sts=4:et
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
"""
diff --git a/lib/bb/fetch/wget.py b/lib/bb/fetch/wget.py
index 539d72a2cd..2d590ad0b2 100644
--- a/lib/bb/fetch/wget.py
+++ b/lib/bb/fetch/wget.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# ex:ts=4:sw=4:sts=4:et
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
"""
diff --git a/lib/bb/msg.py b/lib/bb/msg.py
index a7afa7a0bb..bd7729731a 100644
--- a/lib/bb/msg.py
+++ b/lib/bb/msg.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# ex:ts=4:sw=4:sts=4:et
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
"""
diff --git a/lib/bb/providers.py b/lib/bb/providers.py
index de18edb7d0..fdd6cd10d1 100644
--- a/lib/bb/providers.py
+++ b/lib/bb/providers.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# ex:ts=4:sw=4:sts=4:et
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
#
diff --git a/lib/bb/shell.py b/lib/bb/shell.py
index fcabd57c10..2f908c213a 100644
--- a/lib/bb/shell.py
+++ b/lib/bb/shell.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# ex:ts=4:sw=4:sts=4:et
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
##########################################################################