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" |
| 8 | SRCREV = "5908e16cd562bcb1909be4de0409c4912a8afc52" |
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 | |
| 16 | BBCLASSEXTEND = "native nativesdk" |