aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2008-03-16 12:07:31 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2008-03-16 12:07:31 +0000
commit8b25cead6217c458cc6db32b9705ecdf3b2ff66f (patch)
treeb0422f712cce47f3615a3c638860f58de769e4d3 /lib
parentbe5a87bcaa11221d3843b284cedde44805f107b1 (diff)
downloadbitbake-8b25cead6217c458cc6db32b9705ecdf3b2ff66f.tar.gz
cooker.py: Remove leftover from old code, fixing double parsing whe using the -b option
Diffstat (limited to 'lib')
-rw-r--r--lib/bb/cooker.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/bb/cooker.py b/lib/bb/cooker.py
index e0cfe4344..2484e8c02 100644
--- a/lib/bb/cooker.py
+++ b/lib/bb/cooker.py
@@ -617,7 +617,6 @@ class BBCooker:
fn = self.matchFile(buildfile)
self.buildSetVars()
- bbfile_data = bb.parse.handle(fn, self.configuration.data)
# Load data into the cache for fn
self.bb_cache = bb.cache.init(self)