]> code.ossystems Code Review - openembedded-core.git/commit
oe/patch.py: Remove series file during Clean()
authorKhem Raj <raj.khem@gmail.com>
Wed, 22 Sep 2010 20:59:21 +0000 (13:59 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 10 May 2011 08:51:56 +0000 (09:51 +0100)
commitfd07744ae549c2f43b18d53e6ed16c20df6b4ef3
treec260e5ce6a5b27a0e8690f828c60ba89157f760b
parent06e5827be5efbfbbb710f8a5332722266cd23c5e
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

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>
meta/lib/oe/patch.py