aboutsummaryrefslogtreecommitdiffstats
path: root/lib/oe/patch.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/oe/patch.py')
-rw-r--r--lib/oe/patch.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/oe/patch.py b/lib/oe/patch.py
index d7f4ccb9e9..05abccfc1c 100644
--- a/lib/oe/patch.py
+++ b/lib/oe/patch.py
@@ -192,6 +192,7 @@ class QuiltTree(PatchSet):
def Clean(self):
try:
self._runcmd(["pop", "-a", "-f"])
+ oe.path.remove(os.path.join(self.dir, "patches","series"))
except Exception:
pass
self.initialized = True