diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-12 07:16:35 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-12 18:10:22 +0000 |
commit | 6943aac26e2f8bda592319fafb40cd1e493dec13 (patch) | |
tree | 97d0db515be1b26cec4ee0c7f1ae7a1fc7018a7c /meta/recipes-devtools/patchelf | |
parent | b28adadf53173da42afe4a08bf76f1f163f55f6d (diff) | |
download | poky-6943aac26e2f8bda592319fafb40cd1e493dec13.tar.gz |
patchelf: upgrade 0.14.2 -> 0.14.3
(From OE-Core rev: a1524bb96bddd221a08df73a88bca851d423959f)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/patchelf')
-rw-r--r-- | meta/recipes-devtools/patchelf/patchelf_0.14.3.bb (renamed from meta/recipes-devtools/patchelf/patchelf_0.14.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/patchelf/patchelf_0.14.2.bb b/meta/recipes-devtools/patchelf/patchelf_0.14.3.bb index 2cd5129843..5d41c5edfe 100644 --- a/meta/recipes-devtools/patchelf/patchelf_0.14.2.bb +++ b/meta/recipes-devtools/patchelf/patchelf_0.14.3.bb | |||
@@ -7,7 +7,7 @@ LICENSE = "GPLv3" | |||
7 | SRC_URI = "git://github.com/NixOS/patchelf;protocol=https;branch=master \ | 7 | SRC_URI = "git://github.com/NixOS/patchelf;protocol=https;branch=master \ |
8 | file://handle-read-only-files.patch \ | 8 | file://handle-read-only-files.patch \ |
9 | " | 9 | " |
10 | SRCREV = "2ac5798fdc79762ceee520b2b3b4758f7f97b17e" | 10 | SRCREV = "bf3f37ec29edcdb3e2a163edaf84aeece39f8c9d" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||