summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/patchelf/patchelf_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/patchelf/patchelf_git.bb')
-rw-r--r--meta/recipes-devtools/patchelf/patchelf_git.bb20
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 @@
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 = "b49de1b3384e7928bf0df9a889fe5a4e7b3fbddf"
10
11PV = "0.18.0+git"
12
13LIC_FILES_CHKSUM = "file://COPYING;md5=c678957b0c8e964aa6c70fd77641a71e"
14
15inherit autotools
16
17PACKAGES += "${PN}-zsh-completion"
18FILES:${PN}-zsh-completion = "${datadir}/zsh"
19
20BBCLASSEXTEND = "native nativesdk"