]> code.ossystems Code Review - openembedded-core.git/commit
dpkg-native: rebase and reinstate fix for "tar: file changed as we read it"
authorPaul Eggleton <paul.eggleton@linux.microsoft.com>
Thu, 18 Jun 2020 03:44:09 +0000 (20:44 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 22 Jun 2020 12:05:47 +0000 (13:05 +0100)
commit3f871fae96e72afa49b9d6a05c96af49173b8a60
treefae268a00721a9e8fa95b5aee5569651b1f3eb75
parent0d8fd1d44c932073021ef0786e40e43f4f1e330b
dpkg-native: rebase and reinstate fix for "tar: file changed as we read it"

In OE-Core rev 8ee36a5f2f9367550d28bf271afc53bca6ff3d5f a patch was
added for dpkg to ignore a return of 1 from dpkg's calls to tar (which
indicates that files changed in some way while tar was operating) we
were observing failures on the autobuilder due to changes to link counts
in hard-linked file trees. The patch was subsequently rebased and then
later removed during an upgrade in
3812f58b3a438ae533c282170416cdd1681868e0 on the assumption that the fix
had been applied upstream, however that was not the case. I am now
occasionally seeing these errors in my builds without any apparent
material change to the files, so rebase and reinstate the patch.

Fixes [YOCTO #13913].

Signed-off-by: Paul Eggleton <paul.eggleton@linux.microsoft.com>
meta/recipes-devtools/dpkg/dpkg/0001-build.c-ignore-return-of-1-from-tar-cf.patch [new file with mode: 0644]
meta/recipes-devtools/dpkg/dpkg_1.20.0.bb