diff options
Diffstat (limited to 'meta/recipes-devtools/patchelf/patchelf_git.bb')
| -rw-r--r-- | meta/recipes-devtools/patchelf/patchelf_git.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-devtools/patchelf/patchelf_git.bb b/meta/recipes-devtools/patchelf/patchelf_git.bb new file mode 100644 index 0000000000..daeae96142 --- /dev/null +++ b/meta/recipes-devtools/patchelf/patchelf_git.bb | |||
| @@ -0,0 +1,20 @@ | |||
| 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 | |||
| 7 | SRC_URI = "git://github.com/NixOS/patchelf;protocol=https;branch=master \ | ||
| 8 | " | ||
| 9 | SRCREV = "b49de1b3384e7928bf0df9a889fe5a4e7b3fbddf" | ||
| 10 | |||
| 11 | PV = "0.18.0+git" | ||
| 12 | |||
| 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=c678957b0c8e964aa6c70fd77641a71e" | ||
| 14 | |||
| 15 | inherit autotools | ||
| 16 | |||
| 17 | PACKAGES += "${PN}-zsh-completion" | ||
| 18 | FILES:${PN}-zsh-completion = "${datadir}/zsh" | ||
| 19 | |||
| 20 | BBCLASSEXTEND = "native nativesdk" | ||
