aboutsummaryrefslogtreecommitdiffstats
path: root/bin/bitbake
diff options
context:
space:
mode:
Diffstat (limited to 'bin/bitbake')
-rwxr-xr-xbin/bitbake2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bitbake b/bin/bitbake
index af5704b92..dffe0afa1 100755
--- a/bin/bitbake
+++ b/bin/bitbake
@@ -249,7 +249,7 @@ class BBCooker:
If build_depends is empty, we're dealing with a runtime depends
"""
- the_data, fromCache = self.bb_cache.loadDataFull(fn, self)
+ the_data = self.bb_cache.loadDataFull(fn, self)
if not buildAllDeps:
buildAllDeps = self.status.build_all[fn]