From: Chris Larson Date: Mon, 12 Apr 2004 22:15:22 +0000 (+0000) Subject: Add a necessary line back in for the FILE var bits, that was inadvertantly lost in... X-Git-Tag: 1.0~201 X-Git-Url: http://code.vuplus.com/gitweb/?a=commitdiff_plain;h=f5d0eea17caa446d0e1172f2ee8f0a6a19b16bcf;p=vuplus_bitbake Add a necessary line back in for the FILE var bits, that was inadvertantly lost in the merge. --- 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):