blob: b32abc7b871820268fed38d63bb1f0782b16dfce [file] [log] [blame]
Andrew Geissler517393d2023-01-13 08:55:19 -06001SUMMARY = "Tool to allow editing of RPATH and interpreter fields in ELF binaries"
2DESCRIPTION = "PatchELF is a simple utility for modifying existing ELF executables and libraries."
3HOMEPAGE = "https://github.com/NixOS/patchelf"
4
5LICENSE = "GPL-3.0-only"
6
7SRC_URI = "git://github.com/NixOS/patchelf;protocol=https;branch=master \
8 file://8d2cb4f9ab8d564904c292099a022ffb3cccd52d.patch \
9 "
10SRCREV = "ad0265668f12eff59027259345fed4b0f315336a"
11
12S = "${WORKDIR}/git"
13
14LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
15
16inherit autotools
17
18BBCLASSEXTEND = "native nativesdk"