blob: 1b0561b8bac4b52593e9eb7845c80e20d8e7068e [file] [log] [blame]
Andrew Geissler90fd73c2021-03-05 15:25:55 -06001SUMMARY = "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
Andrew Geisslerc182c622020-05-15 14:13:32 -05007SRC_URI = "git://github.com/NixOS/patchelf;protocol=https \
Brad Bishopc342db32019-05-15 21:57:59 -04008 file://handle-read-only-files.patch \
Brad Bishopc342db32019-05-15 21:57:59 -04009 "
Andrew Geisslerd159c7f2021-09-02 21:05:58 -050010SRCREV = "a949ff23315bbb5863627c4655fe216ecbf341a2"
Andrew Geisslerc182c622020-05-15 14:13:32 -050011
12S = "${WORKDIR}/git"
Brad Bishopc342db32019-05-15 21:57:59 -040013
14LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
15
16inherit autotools
17
18BBCLASSEXTEND = "native nativesdk"