From f5d0eea17caa446d0e1172f2ee8f0a6a19b16bcf Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Mon, 12 Apr 2004 22:15:22 +0000 Subject: [PATCH] Add a necessary line back in for the FILE var bits, that was inadvertantly lost in the merge. --- bin/oe/parse/OEHandler.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/oe/parse/OEHandler.py b/bin/oe/parse/OEHandler.py index a3512e9..6906df3 100644 --- a/bin/oe/parse/OEHandler.py +++ b/bin/oe/parse/OEHandler.py @@ -142,6 +142,8 @@ def handle(fn, d = {}, include = 0): pdeps.append(var) data.setVarFlag(p, 'deps', pdeps, d) oe.build.add_task(p, pdeps, d) + if oldfile: + oe.data.setVar("FILE", oldfile, d) return d def feeder(lineno, s, fn, d): -- 2.7.4