[OE-core] [PATCH] Wipe ${S} before unpacking sources

Markus Lehtonen markus.lehtonen at linux.intel.com
Tue Feb 23 11:36:22 UTC 2016


It would seem reasonable that do_unpack() always results in a pristine source
tree. This patch causes ${S} to be removed before unpacking sources.

I didn't quite understand what kind of "investigation" the following code
comment in do_unpack() was referring to:
  # TODO: Investigate if we can remove
  # the entire ${S} in this case.
What kind of special cases might we have? At least qemux86 core-image-sato
builds fine for me.

[YOCTO #9064]

Markus Lehtonen (1):
  base.bbclass wipe ${S} before unpacking source

 meta/classes/base.bbclass | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

-- 
2.6.2




More information about the Openembedded-core mailing list