diff options
| author | Dorinda <dorindabassey@gmail.com> | 2021-02-25 01:39:01 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-26 15:21:21 +0000 |
| commit | 8e4567bd5f292d1850b7b9422d8a073ae358350c (patch) | |
| tree | 2e5f30b7fb50a106fc0c6891a3b9b7d7c391db63 /meta/recipes-devtools/patchelf | |
| parent | 6e5b6535f75558c6bb382d316e135f5a15921fe5 (diff) | |
| download | poky-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.bb | 10 |
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 @@ | |||
| 1 | SRC_URI = "git://github.com/NixOS/patchelf;protocol=https \ | 1 | SUMMARY = "Tool to allow editing of RPATH and interpreter fields in ELF binaries" |
| 2 | file://handle-read-only-files.patch \ | 2 | DESCRIPTION = "PatchELF is a simple utility for modifying existing ELF executables and libraries." |
| 3 | " | 3 | HOMEPAGE = "https://github.com/NixOS/patchelf" |
| 4 | 4 | ||
| 5 | LICENSE = "GPLv3" | 5 | LICENSE = "GPLv3" |
| 6 | SUMMARY = "Tool to allow editing of RPATH and interpreter fields in ELF binaries" | ||
| 7 | 6 | ||
| 7 | SRC_URI = "git://github.com/NixOS/patchelf;protocol=https \ | ||
| 8 | file://handle-read-only-files.patch \ | ||
| 9 | " | ||
| 8 | SRCREV = "8d3a16e97294e3c5521c61b4c8835499c9918264" | 10 | SRCREV = "8d3a16e97294e3c5521c61b4c8835499c9918264" |
| 9 | 11 | ||
| 10 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
