blob: 84e640773b255d23208db35dcb5870162d31160b [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 \
3 file://fix-adjusting-startPage.patch \
Andrew Geissler4ed12e12020-06-05 18:00:41 -05004 file://fix-phdrs.patch \
Brad Bishopc342db32019-05-15 21:57:59 -04005 "
6
7LICENSE = "GPLv3"
8SUMMARY = "Tool to allow editing of RPATH and interpreter fields in ELF binaries"
9
Andrew Geisslerc182c622020-05-15 14:13:32 -050010SRCREV = "e1e39f3639e39360ceebb2f7ed533cede4623070"
11
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"