| Submitter | Saul Wold |
|---|---|
| Date | May 10, 2011, 5:26 a.m. |
| Message ID | <5b4f5ac5548dc44f88eaf9b7994b2fec77a7baf5.1305004776.git.sgw@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/3595/ |
| State | New, archived |
| Headers | show |
Comments
Patch
diff --git a/meta/lib/oe/patch.py b/meta/lib/oe/patch.py index 16d3d08..1406e19 100644 --- a/meta/lib/oe/patch.py +++ b/meta/lib/oe/patch.py @@ -198,6 +198,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