]> code.ossystems Code Review - openembedded-core.git/commit
dpkg-native: Avoid 'file changed' errors from tar
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 28 Mar 2015 08:50:27 +0000 (08:50 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 31 Mar 2015 15:28:24 +0000 (16:28 +0100)
commit8ee36a5f2f9367550d28bf271afc53bca6ff3d5f
treeabfc662b7804d92ee2082d69257a4d0465459e53
parente54f2569f4fb880387edc6a99d790b765ae33080
dpkg-native: Avoid 'file changed' errors from tar

Hardlink count duing do_package_write_deb can change causing dpkg-deb
failures. We don't care about this error case so avoid it by checking
the tar exit code.

[YOCTO #7529]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/dpkg/dpkg.inc
meta/recipes-devtools/dpkg/dpkg/tar-error-code.patch [new file with mode: 0644]