diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-09-22 13:59:21 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-10 09:57:09 +0100 |
commit | 7a78b2104cd5102f4963c174e9538f6f0d890295 (patch) | |
tree | 25578b93cbcdd1206d514a93d58b4ef68aa8014d /scripts/jhbuild | |
parent | 7f92587c3d0c1140d1d11d98ffaf6e63e42a5c28 (diff) | |
download | ast2050-yocto-poky-7a78b2104cd5102f4963c174e9538f6f0d890295.zip ast2050-yocto-poky-7a78b2104cd5102f4963c174e9538f6f0d890295.tar.gz |
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>
Diffstat (limited to 'scripts/jhbuild')
0 files changed, 0 insertions, 0 deletions