aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2006-02-26 10:59:05 +0000
committerHolger Hans Peter Freyther <zecke@selfish.org>2006-02-26 10:59:05 +0000
commitf3980845a4ec19e7f3bcef08645709d8e57f85b0 (patch)
tree2e26fc0aaeaf9b0a2e3f6f0de56fd275c319e521 /bin
parentb7b93dc29477b20bba85c7a491b080bd49a926d9 (diff)
downloadbitbake-f3980845a4ec19e7f3bcef08645709d8e57f85b0.tar.gz
bin/bitbake:
Remove the whitespace... well I have seen it and removed it.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/bitbake1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/bitbake b/bin/bitbake
index 84634177a..3fd428a88 100755
--- a/bin/bitbake
+++ b/bin/bitbake
@@ -110,7 +110,6 @@ class BBParsingStatus:
# Build reverse hash for PACKAGES, so runtime dependencies
# can be be resolved (RDEPENDS, RRECOMMENDS etc.)
-
for package in packages:
if not package in self.packages:
self.packages[package] = []