summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/lib/bb/parse/parse_py/ConfHandler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/parse/parse_py/ConfHandler.py b/bitbake/lib/bb/parse/parse_py/ConfHandler.py
index f4fb2aa45c..978ebe4608 100644
--- a/bitbake/lib/bb/parse/parse_py/ConfHandler.py
+++ b/bitbake/lib/bb/parse/parse_py/ConfHandler.py
@@ -144,7 +144,7 @@ def handle(fn, data, include):
144 # skip comments 144 # skip comments
145 if s[0] == '#': 145 if s[0] == '#':
146 continue 146 continue
147 feeder(lineno, s, fn, statements) 147 feeder(lineno, s, abs_fn, statements)
148 148
149 # DONE WITH PARSING... time to evaluate 149 # DONE WITH PARSING... time to evaluate
150 data.setVar('FILE', abs_fn) 150 data.setVar('FILE', abs_fn)