aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorGerald Britton <gbritton@doomcom.org>2004-05-09 07:24:15 +0000
committerGerald Britton <gbritton@doomcom.org>2004-05-09 07:24:15 +0000
commita2913633accd4f29a2dda02ead9ff2e242182e55 (patch)
tree0ffce7d81bfbd60ccb9afa3c4b9c14ec8936ff4d /bin
parent47feded82168c501b08ea570bbc8a0a056f72b63 (diff)
downloadbitbake-a2913633accd4f29a2dda02ead9ff2e242182e55.tar.gz
update data after anon funcs
Diffstat (limited to 'bin')
-rw-r--r--bin/oe/parse/OEHandler.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/oe/parse/OEHandler.py b/bin/oe/parse/OEHandler.py
index 9ae8daa4b..76635e808 100644
--- a/bin/oe/parse/OEHandler.py
+++ b/bin/oe/parse/OEHandler.py
@@ -137,6 +137,7 @@ def handle(fn, d = {}, include = 0):
raise
data.delVar("__anonqueue", d)
data.delVar("__anonfunc", d)
+ data.update_data(d)
for var in d.keys():
if data.getVarFlag(var, 'handler', d):