summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2005-08-04 13:26:27 +0000
committerHolger Hans Peter Freyther <zecke@selfish.org>2005-08-04 13:26:27 +0000
commit471564bc7111bc5488f77180d401347787df6f8a (patch)
treefbed670a8413137b14d56438e8d758d220892b9a /bin
parentb6f4c2ec5d50bb9c336e8c5343075381a9263219 (diff)
downloadbitbake-471564bc7111bc5488f77180d401347787df6f8a.tar.gz
bitbake/bin/bitbake:
-Pass a configuration instance to pkgdata bitbake/lib/bb/data.py: -take an optional configuration for pkgdata to prepare merging the '[pickle,unpickle]_prep' protis older cow work.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/bitbake2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bitbake b/bin/bitbake
index e01da6932..d327a69ab 100755
--- a/bin/bitbake
+++ b/bin/bitbake
@@ -785,7 +785,7 @@ class BBCooker:
self.cb = progressCallback
parsed, cached, skipped, masked = 0, 0, 0, 0
self.cache = bb.data.getVar( "CACHE", self.configuration.data, 1 )
- self.pkgdata = data.pkgdata( not self.cache in [None, ''], self.cache )
+ self.pkgdata = data.pkgdata( not self.cache in [None, ''], self.cache, self.configuration.data )
if not self.cache in [None, '']:
if self.cb is not None: