diff options
-rw-r--r-- | meta/lib/oe/patch.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/lib/oe/patch.py b/meta/lib/oe/patch.py index 16d3d081ba..1406e1950c 100644 --- a/meta/lib/oe/patch.py +++ b/meta/lib/oe/patch.py | |||
@@ -198,6 +198,7 @@ class QuiltTree(PatchSet): | |||
198 | def Clean(self): | 198 | def Clean(self): |
199 | try: | 199 | try: |
200 | self._runcmd(["pop", "-a", "-f"]) | 200 | self._runcmd(["pop", "-a", "-f"]) |
201 | oe.path.remove(os.path.join(self.dir, "patches","series")) | ||
201 | except Exception: | 202 | except Exception: |
202 | pass | 203 | pass |
203 | self.initialized = True | 204 | self.initialized = True |