From aa396ec57d0e15bd257f710290074984f0efbeed Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 5 Dec 2021 09:40:58 +0000 Subject: [PATCH] patchelf: Upgrade 0.14.1 -> 0.14.2 Signed-off-by: Richard Purdie --- .../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%) 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 2b63fbfbc3..2cd5129843 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" -- 2.40.1