aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/parse
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2005-05-17 18:15:25 +0000
committerHolger Hans Peter Freyther <zecke@selfish.org>2005-05-17 18:15:25 +0000
commit150d9f2341f546392d26992b2adac7e3d1344ea4 (patch)
tree862fd0f8d4fa38dd39b4d79f98cc6d18c691d40d /lib/bb/parse
parentc7f7cfd506f504f658088bc0c7ee9f487d8a3d3f (diff)
downloadbitbake-150d9f2341f546392d26992b2adac7e3d1344ea4.tar.gz
createCopy:
-Move a createCopy method into data.py -Make code creating deepcopies of the data instance use this new createCopy
Diffstat (limited to 'lib/bb/parse')
-rw-r--r--lib/bb/parse/BBHandler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/parse/BBHandler.py b/lib/bb/parse/BBHandler.py
index 7ff3909ad..8e7f9c0c5 100644
--- a/lib/bb/parse/BBHandler.py
+++ b/lib/bb/parse/BBHandler.py
@@ -64,7 +64,7 @@ def inherit(files, d):
data.setVar('__inherit_cache', __inherit_cache, d)
-def handle(fn, d = data.init(), include = 0):
+def handle(fn, d, include = 0):
global __func_start_regexp__, __inherit_regexp__, __export_func_regexp__, __addtask_regexp__, __addhandler_regexp__, __infunc__, __body__, __bbpath_found__, __residue__
__body__ = []
__bbpath_found__ = 0