]> code.ossystems Code Review - openembedded-core.git/commit
dpkg-native: fix deb-based rootfs construction failure on Fedora 16
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 24 Apr 2012 09:25:25 +0000 (10:25 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 24 Apr 2012 14:51:36 +0000 (15:51 +0100)
commit2aefac2a2c508da11a73e29d82947ac627d31118
treec2381b1987f2c5653c48d7082625778fef0a9dda
parent9a946554e4843841c2ec3cbb2575e80d0ccdc29f
dpkg-native: fix deb-based rootfs construction failure on Fedora 16

Backport a fix from 1.16.x upstream to use fd instead of stream-based
I/O in dpkg-deb, which avoids the use of fflush() on an input stream
(the behaviour of which is undefined by POSIX, and appears to have
changed in the version of glibc introduced in Fedora 16 and presumably
other systems).

Fixes [YOCTO #1858].

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/dpkg/dpkg/dpkg-deb-avoid-fflush.patch [new file with mode: 0644]
meta/recipes-devtools/dpkg/dpkg_1.15.8.7.bb