aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/dpkg/dpkg_1.15.8.7.bb
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2012-04-24 10:25:25 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-04-24 15:51:36 +0100
commit2aefac2a2c508da11a73e29d82947ac627d31118 (patch)
treec2381b1987f2c5653c48d7082625778fef0a9dda /meta/recipes-devtools/dpkg/dpkg_1.15.8.7.bb
parent9a946554e4843841c2ec3cbb2575e80d0ccdc29f (diff)
downloadopenembedded-core-contrib-2aefac2a2c508da11a73e29d82947ac627d31118.tar.gz
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>
Diffstat (limited to 'meta/recipes-devtools/dpkg/dpkg_1.15.8.7.bb')
-rw-r--r--meta/recipes-devtools/dpkg/dpkg_1.15.8.7.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-devtools/dpkg/dpkg_1.15.8.7.bb b/meta/recipes-devtools/dpkg/dpkg_1.15.8.7.bb
index f1030faf94..1e7ef25be9 100644
--- a/meta/recipes-devtools/dpkg/dpkg_1.15.8.7.bb
+++ b/meta/recipes-devtools/dpkg/dpkg_1.15.8.7.bb
@@ -5,10 +5,11 @@ SRC_URI += "file://noman.patch \
file://check_snprintf.patch \
file://check_version.patch \
file://perllibdir.patch \
- file://preinst.patch"
+ file://preinst.patch \
+ file://dpkg-deb-avoid-fflush.patch"
SRC_URI[md5sum] = "d1731d4147c1ea3b537a4d094519a6dc"
SRC_URI[sha256sum] = "1ec1376471b04717a4497e5d7a27cd545248c92116898ce0c53ced8ea94267b5"
-PR = "${INC_PR}.3"
+PR = "${INC_PR}.4"