From 6e488be4fb668457e10033b606f904db93331cee Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Mon, 12 Apr 2004 21:36:17 +0000 Subject: [PATCH] Adjust FILE handling; ensure .conf parsing sets it. --- bin/oe/parse/OEHandler.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bin/oe/parse/OEHandler.py b/bin/oe/parse/OEHandler.py index 6821e05..66f829c 100644 --- a/bin/oe/parse/OEHandler.py +++ b/bin/oe/parse/OEHandler.py @@ -60,8 +60,6 @@ def handle(fn, d = {}, include = 0): init(d) - oldfile = data.getVar('FILE', d) - fn = obtain(fn, d) oepath = ['.'] if not os.path.isabs(fn): @@ -139,8 +137,6 @@ def handle(fn, d = {}, include = 0): pdeps.append(var) data.setVarFlag(p, 'deps', pdeps, d) oe.build.add_task(p, pdeps, d) - if oldfile: - data.setVar('FILE', oldfile, d) return d def feeder(lineno, s, fn, d): -- 2.7.4