mirror of
https://git.yoctoproject.org/poky
synced 2026-07-27 19:37:10 +00:00
elfutils: fix elf_cvt_gnuhash
The 'dest' and 'src' can be same, we need to save the value of src32[2] before swaping it. (From OE-Core rev: b7936bacf0cc89bdda6722d317274bd4a3af840a) (From OE-Core rev: 8a2f0192652b96675b6f5484f7548d4e4106db31) Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -30,6 +30,7 @@ SRC_URI += "\
|
||||
file://dso-link-change.patch \
|
||||
file://m4-biarch.m4-tweak-AC_RUN_IFELSE-for-cross-compiling.patch \
|
||||
file://fixheadercheck.patch \
|
||||
file://Fix_elf_cvt_gunhash.patch \
|
||||
"
|
||||
|
||||
# Only apply when building uclibc based target recipe
|
||||
|
||||
Reference in New Issue
Block a user