]> 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 21:21:45 +0000 (22:21 +0100)
commit77e077a57536c764034f06723edd0749dc578626
tree56ee74d8e71ecfd7ac298ddf3eef9f0ff8bc6771
parente658ee16dc026b96f67a4c9666d3eb7bf7027de3
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]