[OE-core] [PATCH] lib/oe/path: Fix tar invocation with --no-recursion

Burton, Ross ross.burton at intel.com
Thu Jul 21 19:45:56 UTC 2016


Hi Clemens,

On 15 July 2016 at 17:26, Clemens Lang <clemens.lang at bmw-carit.de> wrote:

> -        cmd = 'cd %s; find . -type d -print | tar -cf - -C %s -p
> --files-from - --no-recursion | tar -xf - -C %s' % (src, src, dst)
> +        cmd = 'cd %s; find . -type d -print | tar -cf - -C %s -p
> --no-recursion --files-from - | tar -xf - -C %s' % (src, src, dst)
>

I applied this manually as it's just a one-liner, but please do try to send
a patch based on master (the commit which caused this patch to not apply
was a week old when this was sent).

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20160721/6d242c75/attachment-0002.html>


More information about the Openembedded-core mailing list