blob: 95886c6d3a91a9791689741dda6a89c46c83ee97 [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 Geisslerc9f78652020-09-18 14:11:35 -050010SRCREV = "8d3a16e97294e3c5521c61b4c8835499c9918264"
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"