]> code.ossystems Code Review - openembedded-core.git/commit
lib/oe/path: Fix copytree functions for tar 1.27
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 11 Oct 2013 22:02:27 +0000 (23:02 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 11 Oct 2013 22:18:14 +0000 (23:18 +0100)
commit69c26e795c117aabfaf313abbfd10e70ede633d9
treee607dc59a40a81dbd3b3c21ef20e04b5c6d1756f
parent3d5a6d0a480a0fa98260a3b3ffc71b8d9e3e58af
lib/oe/path: Fix copytree functions for tar 1.27

tar version 1.27 returns:

tar: --same-order option cannot be used with -c

with the commandlines we have been using. We can remove the -s option (which
is --same-order) to remove the error.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/path.py