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>
Mon, 14 Oct 2013 15:55:21 +0000 (16:55 +0100)
commit71726e2c36a2fcd6b65fa3e5fbace08f424497ce
tree1e5f39c43760194efe8cad23078d9c6e9ca4fa77
parent1717d376c2221984df56803fb67f89f393534087
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.

(From OE-Core rev: 69c26e795c117aabfaf313abbfd10e70ede633d9)

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