Andrew Geissler | 90fd73c | 2021-03-05 15:25:55 -0600 | [diff] [blame] | 1 | SUMMARY = "Tool to allow editing of RPATH and interpreter fields in ELF binaries" |
| 2 | DESCRIPTION = "PatchELF is a simple utility for modifying existing ELF executables and libraries." |
| 3 | HOMEPAGE = "https://github.com/NixOS/patchelf" |
| 4 | |
| 5 | LICENSE = "GPLv3" |
| 6 | |
Andrew Geissler | c182c62 | 2020-05-15 14:13:32 -0500 | [diff] [blame] | 7 | SRC_URI = "git://github.com/NixOS/patchelf;protocol=https \ |
Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 8 | file://handle-read-only-files.patch \ |
Andrew Geissler | c926e17 | 2021-05-07 16:11:35 -0500 | [diff] [blame^] | 9 | file://6edec83653ce1b5fc201ff6db93b966394766814.patch \ |
| 10 | file://alignmentfix.patch \ |
Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 11 | " |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 12 | SRCREV = "8d3a16e97294e3c5521c61b4c8835499c9918264" |
Andrew Geissler | c182c62 | 2020-05-15 14:13:32 -0500 | [diff] [blame] | 13 | |
| 14 | S = "${WORKDIR}/git" |
Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 15 | |
| 16 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
| 17 | |
| 18 | inherit autotools |
| 19 | |
| 20 | BBCLASSEXTEND = "native nativesdk" |