summaryrefslogtreecommitdiffstats
path: root/meta/classes/patch.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-07-02 14:36:56 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2009-07-02 14:36:56 +0100
commite2580df891ded2c92e034d17535ead56487d4df4 (patch)
tree356b8c18069e528c021612ce6b652634548e8302 /meta/classes/patch.bbclass
parentd5a137475a69c438f70cc2c422d4eb1e0f2abc7e (diff)
downloadopenembedded-core-e2580df891ded2c92e034d17535ead56487d4df4.tar.gz
patch.bbclass: Fix up the environment for the patch resolution code
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/classes/patch.bbclass')
-rw-r--r--meta/classes/patch.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/patch.bbclass b/meta/classes/patch.bbclass
index 2cc1c36792..609e1a1415 100644
--- a/meta/classes/patch.bbclass
+++ b/meta/classes/patch.bbclass
@@ -384,8 +384,10 @@ def patch_init(d):
f.close()
os.chmod(rcfile, 0775)
+ bb.utils.build_environment(d)
os.environ['TERMWINDOWTITLE'] = "Bitbake: Please fix patch rejects manually"
os.environ['TERMRCFILE'] = rcfile
+ bb.debug(bb.data.getVar('TERMCMDRUN', d, 1))
rc = os.system(bb.data.getVar('TERMCMDRUN', d, 1))
if os.WIFEXITED(rc) and os.WEXITSTATUS(rc) != 0:
bb.msg.fatal(bb.msg.domain.Build, ("Cannot proceed with manual patch resolution - '%s' not found. " \