mirror of
https://git.yoctoproject.org/poky
synced 2026-02-27 03:49:41 +01:00
Patchelf hasn't released since 2023 but does have fixes on its master branch. We've been seeing segfaults on relocated qemu-img binaries from qemu-system-native in some cases and using an updated patchelf does seem to avoid these. The patches have all be applied upstream.0e338941fcis 2/3 combined License-Update: Change http -> https [30da44915e] [YOCTO #16003] (From OE-Core rev: ec616d5ab1d3147a2634a0506111e88964da3fad) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
21 lines
613 B
BlitzBasic
21 lines
613 B
BlitzBasic
SUMMARY = "Tool to allow editing of RPATH and interpreter fields in ELF binaries"
|
|
DESCRIPTION = "PatchELF is a simple utility for modifying existing ELF executables and libraries."
|
|
HOMEPAGE = "https://github.com/NixOS/patchelf"
|
|
|
|
LICENSE = "GPL-3.0-only"
|
|
|
|
SRC_URI = "git://github.com/NixOS/patchelf;protocol=https;branch=master \
|
|
"
|
|
SRCREV = "b49de1b3384e7928bf0df9a889fe5a4e7b3fbddf"
|
|
|
|
PV = "0.18.0+git"
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=c678957b0c8e964aa6c70fd77641a71e"
|
|
|
|
inherit autotools
|
|
|
|
PACKAGES += "${PN}-zsh-completion"
|
|
FILES:${PN}-zsh-completion = "${datadir}/zsh"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|