Andrew Geissler | 517393d | 2023-01-13 08:55:19 -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 = "GPL-3.0-only" |
| 6 | |
Andrew Geissler | c5535c9 | 2023-01-27 16:10:19 -0600 | [diff] [blame] | 7 | SRC_URI = "git://github.com/NixOS/patchelf;protocol=https;branch=master" |
Andrew Geissler | 028142b | 2023-05-05 11:29:21 -0500 | [diff] [blame] | 8 | SRCREV = "99c24238981b7b1084313aca8f5c493bb46f302c" |
Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 9 | |
| 10 | S = "${WORKDIR}/git" |
| 11 | |
| 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
| 13 | |
| 14 | inherit autotools |
| 15 | |
Andrew Geissler | 028142b | 2023-05-05 11:29:21 -0500 | [diff] [blame] | 16 | PACKAGES += "${PN}-zsh-completion" |
| 17 | FILES:${PN}-zsh-completion = "${datadir}/zsh" |
| 18 | |
Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 19 | BBCLASSEXTEND = "native nativesdk" |