From 160b53b701b4b59a1f55f5a922e8558179273971 Mon Sep 17 00:00:00 2001 From: Shan Hai Date: Fri, 24 Oct 2014 14:05:36 +0800 Subject: ldconfig-native: fix a endian-ness bug Some header fields of ELF were read with wrong size on 64bit big-endian machine, fix it by reading the fields with read64 instead of read32. (From OE-Core rev: adbf0b1fdf897076e5e3dec2443c8927f315c2e6) Signed-off-by: Par Olsson Signed-off-by: Shan Hai Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-core/glibc/ldconfig-native_2.12.1.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-core/glibc/ldconfig-native_2.12.1.bb') diff --git a/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb b/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb index 7c3463589b..1debf8ee2f 100644 --- a/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb +++ b/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb @@ -12,6 +12,7 @@ SRC_URI = "file://ldconfig-native-2.12.1.tar.bz2 \ file://flag_fix.patch \ file://endianess-header.patch \ file://ldconfig-default-to-all-multilib-dirs.patch \ + file://endian-ness_handling_fix.patch \ " PR = "r2" -- cgit v1.2.3-54-g00ecf