blob: a9583419e80886e0bc77baf76a892d6e1f38488f [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
Andrew Geisslerc5535c92023-01-27 16:10:19 -06007SRC_URI = "git://github.com/NixOS/patchelf;protocol=https;branch=master"
8SRCREV = "5908e16cd562bcb1909be4de0409c4912a8afc52"
Andrew Geissler517393d2023-01-13 08:55:19 -06009
10S = "${WORKDIR}/git"
11
12LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
13
14inherit autotools
15
16BBCLASSEXTEND = "native nativesdk"