]> code.ossystems Code Review - openembedded-core.git/commit
lib/oe/path: Fixup handling of .* files in top level paths for copyhardlinktree()
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 8 Nov 2013 22:13:38 +0000 (22:13 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 12 Nov 2013 10:15:00 +0000 (10:15 +0000)
commit59612905e9bb865762667aa7b3cb06e53c3a4071
tree91e0923c158cb5c4fd2312f486d1520431b343bb
parent8b90ed084d59b4e07aa547255d327b25cfb2ee2b
lib/oe/path: Fixup handling of .* files in top level paths for copyhardlinktree()

Files named .* in the top level of directories handled by this function
were getting lost after the directory copying command was fixed. Rather
than complicate the function further, use cpio instead.

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