diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-08-29 13:19:13 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-02 16:00:46 +0100 |
commit | a6386db35308c5a2099da0b467c3bcbbf39a8e1e (patch) | |
tree | 1b822ddd3f0029d60d342c76bc4e7ac26fa45bf9 /meta | |
parent | db47c58887468cbe1473dfdbc6d2716ab278b391 (diff) | |
download | poky-a6386db35308c5a2099da0b467c3bcbbf39a8e1e.tar.gz |
patchelf: upgrade 0.11 -> 0.12
(From OE-Core rev: 41694bc38996a6abfd2a4dabf6283434a538a6d3)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/patchelf/patchelf_0.12.bb (renamed from meta/recipes-devtools/patchelf/patchelf_0.11.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/patchelf/patchelf_0.11.bb b/meta/recipes-devtools/patchelf/patchelf_0.12.bb index ba7ad404e9..43de90877c 100644 --- a/meta/recipes-devtools/patchelf/patchelf_0.11.bb +++ b/meta/recipes-devtools/patchelf/patchelf_0.12.bb | |||
@@ -5,7 +5,7 @@ SRC_URI = "git://github.com/NixOS/patchelf;protocol=https \ | |||
5 | LICENSE = "GPLv3" | 5 | LICENSE = "GPLv3" |
6 | SUMMARY = "Tool to allow editing of RPATH and interpreter fields in ELF binaries" | 6 | SUMMARY = "Tool to allow editing of RPATH and interpreter fields in ELF binaries" |
7 | 7 | ||
8 | SRCREV = "d6b2a72d9ec3bdfde4b1aacdada823ce388968bb" | 8 | SRCREV = "8d3a16e97294e3c5521c61b4c8835499c9918264" |
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | 11 | ||