Add a necessary line back in for the FILE var bits, that was inadvertantly lost in...
authorChris Larson <clarson@kergoth.com>
Mon, 12 Apr 2004 22:15:22 +0000 (22:15 +0000)
committerChris Larson <clarson@kergoth.com>
Mon, 12 Apr 2004 22:15:22 +0000 (22:15 +0000)
bin/oe/parse/OEHandler.py

index a3512e9..6906df3 100644 (file)
@@ -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):