]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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)
committerPaul Eggleton <paul.eggleton@linux.microsoft.com>
Thu, 18 Jun 2020 04:09:26 +0000 (21:09 -0700)
commit6c7728f6b48bedfc429a2f7f7aaa8664ef4412b1
treeca6d65ebad2191b2976494ba13f2eb1b0848c04a
parent878a8561e10017bb91ea42bbbe6d4acfc0985482
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