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>
Thu, 26 Apr 2012 09:05:13 +0000 (10:05 +0100)
commit9b1b0fc1f5e19114da6164f8be8d378742cf5eb8
tree00f554133ef6fbfe3befe38c934e4a99045a3a63
parentdc220aa99c49fd4219e57cf4a0807cc3b075cc50
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].

(From OE-Core rev: 2aefac2a2c508da11a73e29d82947ac627d31118)

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