summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/patch.bbclass1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes/patch.bbclass b/meta/classes/patch.bbclass
index 1e2aab0418..3d22ad8381 100644
--- a/meta/classes/patch.bbclass
+++ b/meta/classes/patch.bbclass
@@ -136,7 +136,6 @@ python patch_do_patch() {
136 136
137 s = d.getVar('S', True) 137 s = d.getVar('S', True)
138 138
139 path = os.getenv('PATH')
140 os.putenv('PATH', d.getVar('PATH', True)) 139 os.putenv('PATH', d.getVar('PATH', True))
141 140
142 # We must use one TMPDIR per process so that the "patch" processes 141 # We must use one TMPDIR per process so that the "patch" processes