]> 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>
Thu, 26 Apr 2012 09:43:37 +0000 (10:43 +0100)
commitb1c28667592e736115ab5e603a12c2723b939cf2
treea8369f17ef6e7ffd06d3f29a1d82e8cff97f19a2
parentaec4cdc6efda430a0965d6b3b4f84c7943390273
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