mirror of
https://git.yoctoproject.org/poky
synced 2026-04-28 06:32:34 +02:00
We're seeing two issues with patchelf, one where it inflates binaries to MBs in size, the other where stripping the resulting binary fails: $ strip fixincl Not enough room for program headers, try linking with -N [.note.ABI-tag]: Bad value The patch header describes more about what the problem is and how the patch fixes it. [YOCTO #11123] [YOCTO #11009] (From OE-Core rev: 39f5a05152aa0c3503735e18dd3b4c066b284107) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
19 lines
645 B
BlitzBasic
19 lines
645 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 \
|
|
"
|
|
|
|
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"
|