summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2006-04-16 16:56:15 +0000
committerHolger Hans Peter Freyther <zecke@selfish.org>2006-04-16 16:56:15 +0000
commita89122ac10d9a5cbe9ea1988ebd604c176240a78 (patch)
tree7d1829799cb8cd66db017be6ab665736dd5f7f20
parentd310ca69caef55c13663d037f17b43619dbc49bc (diff)
downloadbitbake-a89122ac10d9a5cbe9ea1988ebd604c176240a78.tar.gz
lib/bb/shell.py:
-Make it work...
-rw-r--r--lib/bb/shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/shell.py b/lib/bb/shell.py
index f16f0f477..841d69860 100644
--- a/lib/bb/shell.py
+++ b/lib/bb/shell.py
@@ -433,7 +433,7 @@ SRC_URI = ""
name, var = params
bbfile = self._findProvider( name )
if bbfile is not None:
- the_data = cooker.bb_cache.loadDataFull(bbfile, cooker)
+ the_data, cached = cooker.bb_cache.loadDataFull(bbfile, cooker)
value = the_data.getVar( var, 1 )
print value
else: