Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [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 | |
| 7 | SRC_URI = "git://github.com/NixOS/patchelf;protocol=https;branch=master \ |
| 8 | file://handle-read-only-files.patch \ |
| 9 | " |
| 10 | SRCREV = "bf3f37ec29edcdb3e2a163edaf84aeece39f8c9d" |
| 11 | |
| 12 | S = "${WORKDIR}/git" |
| 13 | |
| 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
| 15 | |
| 16 | inherit autotools |
| 17 | |
| 18 | BBCLASSEXTEND = "native nativesdk" |