Andrew Geissler | 7e0e3c0 | 2022-02-25 20:34:39 +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 = "GPL-3.0-only" |
| 6 | |
| 7 | SRC_URI = "git://github.com/NixOS/patchelf;protocol=https;branch=master \ |
| 8 | file://handle-read-only-files.patch \ |
| 9 | " |
| 10 | SRCREV = "a35054504293f9ff64539850d1ed0bfd2f5399f2" |
| 11 | |
| 12 | S = "${WORKDIR}/git" |
| 13 | |
| 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
| 15 | |
| 16 | inherit autotools |
| 17 | |
| 18 | BBCLASSEXTEND = "native nativesdk" |