summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2020-08-29 13:19:13 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-02 16:00:46 +0100
commita6386db35308c5a2099da0b467c3bcbbf39a8e1e (patch)
tree1b822ddd3f0029d60d342c76bc4e7ac26fa45bf9 /meta/recipes-devtools
parentdb47c58887468cbe1473dfdbc6d2716ab278b391 (diff)
downloadpoky-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/recipes-devtools')
-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 \
5LICENSE = "GPLv3" 5LICENSE = "GPLv3"
6SUMMARY = "Tool to allow editing of RPATH and interpreter fields in ELF binaries" 6SUMMARY = "Tool to allow editing of RPATH and interpreter fields in ELF binaries"
7 7
8SRCREV = "d6b2a72d9ec3bdfde4b1aacdada823ce388968bb" 8SRCREV = "8d3a16e97294e3c5521c61b4c8835499c9918264"
9 9
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11 11