summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/patchelf
diff options
context:
space:
mode:
authorDorinda <dorindabassey@gmail.com>2021-02-25 01:39:01 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-02-26 15:21:21 +0000
commit8e4567bd5f292d1850b7b9422d8a073ae358350c (patch)
tree2e5f30b7fb50a106fc0c6891a3b9b7d7c391db63 /meta/recipes-devtools/patchelf
parent6e5b6535f75558c6bb382d316e135f5a15921fe5 (diff)
downloadpoky-8e4567bd5f292d1850b7b9422d8a073ae358350c.tar.gz
meta/recipes-devtools: Add HOMEPAGE / DESCRIPTION
Added HOMEPAGE and DESCRIPTION for recipes with missing decriptions or homepage [YOCTO #13471] (From OE-Core rev: bb05814335e7101bfd8df0a11dc18a044e867bed) Signed-off-by: Dorinda Bassey <dorindabassey@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/patchelf')
-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"