]> 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>
Fri, 17 Apr 2015 21:38:35 +0000 (22:38 +0100)
commitbcb124931af57dc2f9d8fe9cbbabd5f8ee58e414
tree4f80a4bfecffd73e39df736891c30bbd8c8228ba
parent9f2825cf35d04ec99d29e0e4266410a8843dd80d
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]

(From OE-Core rev: 8ee36a5f2f9367550d28bf271afc53bca6ff3d5f)

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]