Avoid trying to patch twice
authorTom Henderson <tomh@tomh.org>
Thu, 22 Nov 2018 08:46:20 -0800
changeset 428 8068ae6e90f6
parent 427 6e673e7d365c
child 429 11d0143d1a9d
Avoid trying to patch twice
bakeconf.xml
--- a/bakeconf.xml	Thu Nov 08 11:19:05 2018 -0800
+++ b/bakeconf.xml	Thu Nov 22 08:46:20 2018 -0800
@@ -470,8 +470,6 @@
     def __init__(self):
         InlineModuleBuild.__init__(self)
     def build(self, env, jobs):
-           if self.attribute('patch').value != '':
-               self.threat_patch(env, self.attribute('patch').value)
            jobstr=[]
            if not jobs == -1:
                jobstr = ['-j', str(jobs)]