[OE-core] [PATCH v3] Add ${S} to do_unpack[cleandirs]

Markus Lehtonen markus.lehtonen at linux.intel.com
Wed Aug 3 07:28:39 UTC 2016


The second version of this patch broke usage of externalsrc. The resason was
that while externalsrc.bbclass mangles do_unpack[cleandirs] flag in order to
make sure that the source directory is never wiped, it was not able to cope
with the complicated Python expression used in the flag value in v2 of this
patch. Version 3 of the patch fixes the issue by moving Python code outside the
value assignment.

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

 meta/classes/base.bbclass | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

-- 
2.6.6




More information about the Openembedded-core mailing list