diff options
Diffstat (limited to 'meta/recipes-devtools/patchelf/patchelf_0.14.3.bb')
-rw-r--r-- | meta/recipes-devtools/patchelf/patchelf_0.14.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/patchelf/patchelf_0.14.3.bb b/meta/recipes-devtools/patchelf/patchelf_0.14.3.bb index 5d41c5edfe..5d12ef2eb5 100644 --- a/meta/recipes-devtools/patchelf/patchelf_0.14.3.bb +++ b/meta/recipes-devtools/patchelf/patchelf_0.14.3.bb | |||
@@ -2,7 +2,7 @@ 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." | 2 | DESCRIPTION = "PatchELF is a simple utility for modifying existing ELF executables and libraries." |
3 | HOMEPAGE = "https://github.com/NixOS/patchelf" | 3 | HOMEPAGE = "https://github.com/NixOS/patchelf" |
4 | 4 | ||
5 | LICENSE = "GPLv3" | 5 | LICENSE = "GPL-3.0-only" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/NixOS/patchelf;protocol=https;branch=master \ | 7 | SRC_URI = "git://github.com/NixOS/patchelf;protocol=https;branch=master \ |
8 | file://handle-read-only-files.patch \ | 8 | file://handle-read-only-files.patch \ |