aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2005-05-23 21:39:25 +0000
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2005-05-23 21:39:25 +0000
commite51d1ac7d4ec05510a61fc17639193f096783754 (patch)
tree05d4cc3f7e8af51df9aaa6ade4299b44e69fa3c8
parentc435927465a9910eda87c93f9e5ca627d85bb987 (diff)
downloadbitbake-e51d1ac7d4ec05510a61fc17639193f096783754.tar.gz
update data to make _append's etc. appear. patch courtesy BB-Meister
Zecke
-rwxr-xr-xbin/bbread1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/bbread b/bin/bbread
index cafdeab22..83b262e6f 100755
--- a/bin/bbread
+++ b/bin/bbread
@@ -38,6 +38,7 @@ if len(sys.argv) == 2:
# emit variables and shell functions
try:
+ bb.data.update_data(d)
bb.data.emit_env(sys.__stdout__, d, True)
except bb.build.FuncFailed:
pass