xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/patchelf/patchelf_0.14.5.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1SUMMARY = "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           "
9SRCREV = "a35054504293f9ff64539850d1ed0bfd2f5399f2"
10
11S = "${WORKDIR}/git"
12
13LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
14
15inherit autotools
16
17BBCLASSEXTEND = "native nativesdk"
18