]> 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)
committerPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 3 Dec 2013 16:49:23 +0000 (16:49 +0000)
commitda4eb72b29efcf1fba697d0fa060cab8c0a125ab
tree5d28a12c162cc9a6750166b3f0d5670faf4e0623
parent5e3ec61bacd393d461498d9e090306cc7bd8fa63
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 master rev: 69c26e795c117aabfaf313abbfd10e70ede633d9)

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