summaryrefslogtreecommitdiffstats
path: root/bin/oe/parse/ConfHandler.py
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-04-12 21:36:17 +0000
committerChris Larson <clarson@kergoth.com>2004-04-12 21:36:17 +0000
commite2cc10d645b9082c8670d8b28359ca3ff66f14ba (patch)
tree8757374f76ef752af62f9b6cce29f7b11937fe09 /bin/oe/parse/ConfHandler.py
parent6e488be4fb668457e10033b606f904db93331cee (diff)
downloadbitbake-contrib-e2cc10d645b9082c8670d8b28359ca3ff66f14ba.tar.gz
Auto merged
Diffstat (limited to 'bin/oe/parse/ConfHandler.py')
-rw-r--r--bin/oe/parse/ConfHandler.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/oe/parse/ConfHandler.py b/bin/oe/parse/ConfHandler.py
index 15f85ed0a..1b2fdff17 100644
--- a/bin/oe/parse/ConfHandler.py
+++ b/bin/oe/parse/ConfHandler.py
@@ -107,6 +107,7 @@ def handle(fn, data = {}, include = 0):
f = open(fn,'r')
debug(1, "CONF %s %s" % (inc_string,fn))
lineno = 0
+ oe.data.setVar('FILE', fn, data)
while 1:
lineno = lineno + 1
s = f.readline()