]> code.ossystems Code Review - openembedded-core.git/commit
base.bbclass: If unpacking again, wipe out ${S}/patches
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 2 Mar 2012 11:53:26 +0000 (11:53 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 2 Mar 2012 16:13:47 +0000 (16:13 +0000)
commit5fe5e6a15f26f23f0c5b863fafad7a0d382a55e2
treeb8ace6ce101278d7a4dd610fabb2af70ee9ca1c9
parentf0fc47aea37793a62c43f10eea27ca014c420924
base.bbclass: If unpacking again, wipe out ${S}/patches

If we unpack again, its assumed the data in any patches directory is invalid
since do_patch will run again. This ensures old patch data doesn't get
reused in a confused way.

Ideally we should probably wipe out ${S} here but that is probably a change
for another time.

[YOCTO #2043 partially]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/base.bbclass