summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/patch.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/patch.bbclass b/meta/classes/patch.bbclass
index 86c65b3b8d..1e2aab0418 100644
--- a/meta/classes/patch.bbclass
+++ b/meta/classes/patch.bbclass
@@ -177,6 +177,7 @@ python patch_do_patch() {
177 bb.fatal(str(e)) 177 bb.fatal(str(e))
178 178
179 bb.utils.remove(process_tmpdir, True) 179 bb.utils.remove(process_tmpdir, True)
180 del os.environ['TMPDIR']
180} 181}
181patch_do_patch[vardepsexclude] = "PATCHRESOLVE" 182patch_do_patch[vardepsexclude] = "PATCHRESOLVE"
182 183