blob: d29e094edd6757026093e7fe5ad2d238babe0ab9 [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 \
4 "
5
6LICENSE = "GPLv3"
7SUMMARY = "Tool to allow editing of RPATH and interpreter fields in ELF binaries"
8
Andrew Geisslerc182c622020-05-15 14:13:32 -05009SRCREV = "e1e39f3639e39360ceebb2f7ed533cede4623070"
10
11S = "${WORKDIR}/git"
Brad Bishopc342db32019-05-15 21:57:59 -040012
13LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
14
15inherit autotools
16
17BBCLASSEXTEND = "native nativesdk"