generic-poky/meta/lib/oe
Khem Raj 7a78b2104c oe/patch.py: Remove series file during Clean()
Currently if there is a failed do_patch the series files get appended
so if there were two patches

a.patch
b.patch
and b.patch failed during next run it would append a.patch again
a.patch
b.patch
a.patch

and this would keep growing.

We can remove series file in Clean() because we populate it in Import()
anyway

(From OE-Core rev: fd07744ae549c2f43b18d53e6ed16c20df6b4ef3)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Chris Larson <chris_larson@mentor.com>
Acked-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-10 09:57:09 +01:00
..
__init__.py lib/oe: Import oe lib from OE.dev 2010-05-06 12:48:05 +01:00
distro_check.py distro_check.py: Fix some bugs in distro_check.py 2011-05-04 00:54:36 +01:00
patch.py oe/patch.py: Remove series file during Clean() 2011-05-10 09:57:09 +01:00
path.py oe.path: sync up with current OE 2011-03-23 15:43:54 +00:00
qa.py qa.py: Fix a typo when evaluating bitsize 2011-03-03 23:49:19 +00:00
utils.py oe.utils: add inherits (sync from OE) 2011-03-23 15:43:55 +00:00