diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-05-05 15:01:20 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-05-07 12:15:59 +0100 |
commit | 40584e8719b33db0621aecb070cbd21f525325fa (patch) | |
tree | d38544c682d311f92f9bd93c02a70a7a00e02da1 /meta | |
parent | 93c07445d6021b8906fd8c7f629d3f08cc089a1e (diff) | |
download | poky-40584e8719b33db0621aecb070cbd21f525325fa.tar.gz |
patchelf: switch to git
The tarball download website is full of broken links;
while direct tarball download still works, exploring
around and checking for latest versions does not.
(From OE-Core rev: d1c11259464ba2d972e1e1ad5c540050ccc80c15)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/patchelf/patchelf_0.10.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-devtools/patchelf/patchelf_0.10.bb b/meta/recipes-devtools/patchelf/patchelf_0.10.bb index cc983e033a..d29e094edd 100644 --- a/meta/recipes-devtools/patchelf/patchelf_0.10.bb +++ b/meta/recipes-devtools/patchelf/patchelf_0.10.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | SRC_URI = "https://nixos.org/releases/${BPN}/${BPN}-${PV}/${BPN}-${PV}.tar.bz2 \ | 1 | SRC_URI = "git://github.com/NixOS/patchelf;protocol=https \ |
2 | file://handle-read-only-files.patch \ | 2 | file://handle-read-only-files.patch \ |
3 | file://fix-adjusting-startPage.patch \ | 3 | file://fix-adjusting-startPage.patch \ |
4 | " | 4 | " |
@@ -6,8 +6,9 @@ SRC_URI = "https://nixos.org/releases/${BPN}/${BPN}-${PV}/${BPN}-${PV}.tar.bz2 \ | |||
6 | LICENSE = "GPLv3" | 6 | LICENSE = "GPLv3" |
7 | SUMMARY = "Tool to allow editing of RPATH and interpreter fields in ELF binaries" | 7 | SUMMARY = "Tool to allow editing of RPATH and interpreter fields in ELF binaries" |
8 | 8 | ||
9 | SRC_URI[md5sum] = "6c3f3a06a95705870d129494a6880106" | 9 | SRCREV = "e1e39f3639e39360ceebb2f7ed533cede4623070" |
10 | SRC_URI[sha256sum] = "f670cd462ac7161588c28f45349bc20fb9bd842805e3f71387a320e7a9ddfcf3" | 10 | |
11 | S = "${WORKDIR}/git" | ||
11 | 12 | ||
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
13 | 14 | ||