mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 09:32:11 +02:00
Due to a bug in calculating adresses of modified program headers patchelf breaks executables linked by Gold linker causing them to segfault, e.g. $ tmp/sysroots-components/x86_64/m4-native/usr/bin/m4 --help Segmentation fault This is reproducible only in some cases and only for executables of ET_DYN type produced by Gold or by ld linked with pie. This should be solved by fix-adjusting-startPage.patch that fixes calculation logic. [YOCTO #11785] (From OE-Core rev: 4e4c96db4b1d2356b5d071cee6746a96eca20439) Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
20 lines
695 B
BlitzBasic
20 lines
695 B
BlitzBasic
SRC_URI = "http://nixos.org/releases/${BPN}/${BPN}-${PV}/${BPN}-${PV}.tar.bz2 \
|
|
file://Skip-empty-section-fixes-66.patch \
|
|
file://handle-read-only-files.patch \
|
|
file://Increase-maxSize-to-64MB.patch \
|
|
file://avoidholes.patch \
|
|
file://fix-adjusting-startPage.patch \
|
|
"
|
|
|
|
LICENSE = "GPLv3"
|
|
SUMMARY = "Tool to allow editing of RPATH and interpreter fields in ELF binaries"
|
|
|
|
SRC_URI[md5sum] = "d02687629c7e1698a486a93a0d607947"
|
|
SRC_URI[sha256sum] = "a0f65c1ba148890e9f2f7823f4bedf7ecad5417772f64f994004f59a39014f83"
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
|
|
|
inherit autotools
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|