blob: 5d41c5edfe799dc9a9d8bc622bc6317c5080faed [file] [log] [blame]
Andrew Geissler595f6302022-01-24 19:11:47 +00001SUMMARY = "Tool to allow editing of RPATH and interpreter fields in ELF binaries"
2DESCRIPTION = "PatchELF is a simple utility for modifying existing ELF executables and libraries."
3HOMEPAGE = "https://github.com/NixOS/patchelf"
4
5LICENSE = "GPLv3"
6
7SRC_URI = "git://github.com/NixOS/patchelf;protocol=https;branch=master \
8 file://handle-read-only-files.patch \
9 "
10SRCREV = "bf3f37ec29edcdb3e2a163edaf84aeece39f8c9d"
11
12S = "${WORKDIR}/git"
13
14LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
15
16inherit autotools
17
18BBCLASSEXTEND = "native nativesdk"