blob: 43de90877c94d451c645480e2ea2d44ce0856b7a [file] [log] [blame]
Andrew Geisslerc182c622020-05-15 14:13:32 -05001SRC_URI = "git://github.com/NixOS/patchelf;protocol=https \
Brad Bishopc342db32019-05-15 21:57:59 -04002 file://handle-read-only-files.patch \
Brad Bishopc342db32019-05-15 21:57:59 -04003 "
4
5LICENSE = "GPLv3"
6SUMMARY = "Tool to allow editing of RPATH and interpreter fields in ELF binaries"
7
Andrew Geisslerc9f78652020-09-18 14:11:35 -05008SRCREV = "8d3a16e97294e3c5521c61b4c8835499c9918264"
Andrew Geisslerc182c622020-05-15 14:13:32 -05009
10S = "${WORKDIR}/git"
Brad Bishopc342db32019-05-15 21:57:59 -040011
12LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
13
14inherit autotools
15
16BBCLASSEXTEND = "native nativesdk"