[2/4] patchelf: Upgrade 0.14.1 -> 0.14.2

Message ID 20211205234534.480206-2-richard.purdie@linuxfoundation.org
State Accepted, archived
Commit aa396ec57d0e15bd257f710290074984f0efbeed
Headers show
Series [1/4] gcc: Drop stdlib++ option patch | expand

Commit Message

Richard Purdie Dec. 5, 2021, 11:45 p.m. UTC
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../patchelf/{patchelf_0.14.1.bb => patchelf_0.14.2.bb}         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/patchelf/{patchelf_0.14.1.bb => patchelf_0.14.2.bb} (91%)

Patch

diff --git a/meta/recipes-devtools/patchelf/patchelf_0.14.1.bb b/meta/recipes-devtools/patchelf/patchelf_0.14.2.bb
similarity index 91%
rename from meta/recipes-devtools/patchelf/patchelf_0.14.1.bb
rename to meta/recipes-devtools/patchelf/patchelf_0.14.2.bb
index 2b63fbfbc3f..2cd51298435 100644
--- a/meta/recipes-devtools/patchelf/patchelf_0.14.1.bb
+++ b/meta/recipes-devtools/patchelf/patchelf_0.14.2.bb
@@ -7,7 +7,7 @@  LICENSE = "GPLv3"
 SRC_URI = "git://github.com/NixOS/patchelf;protocol=https;branch=master \
            file://handle-read-only-files.patch \
            "
-SRCREV = "8f7b4a7a3648970fe55824cfee2afd3808626a3f"
+SRCREV = "2ac5798fdc79762ceee520b2b3b4758f7f97b17e"
 
 S = "${WORKDIR}/git"