summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/patchelf/patchelf_0.12.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/patchelf/patchelf_0.12.bb')
-rw-r--r--meta/recipes-devtools/patchelf/patchelf_0.12.bb10
1 files changed, 6 insertions, 4 deletions
diff --git a/meta/recipes-devtools/patchelf/patchelf_0.12.bb b/meta/recipes-devtools/patchelf/patchelf_0.12.bb
index 43de90877c..95886c6d3a 100644
--- a/meta/recipes-devtools/patchelf/patchelf_0.12.bb
+++ b/meta/recipes-devtools/patchelf/patchelf_0.12.bb
@@ -1,10 +1,12 @@
1SRC_URI = "git://github.com/NixOS/patchelf;protocol=https \ 1SUMMARY = "Tool to allow editing of RPATH and interpreter fields in ELF binaries"
2 file://handle-read-only-files.patch \ 2DESCRIPTION = "PatchELF is a simple utility for modifying existing ELF executables and libraries."
3 " 3HOMEPAGE = "https://github.com/NixOS/patchelf"
4 4
5LICENSE = "GPLv3" 5LICENSE = "GPLv3"
6SUMMARY = "Tool to allow editing of RPATH and interpreter fields in ELF binaries"
7 6
7SRC_URI = "git://github.com/NixOS/patchelf;protocol=https \
8 file://handle-read-only-files.patch \
9 "
8SRCREV = "8d3a16e97294e3c5521c61b4c8835499c9918264" 10SRCREV = "8d3a16e97294e3c5521c61b4c8835499c9918264"
9 11
10S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"