diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-11-02 09:26:48 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-11-03 07:46:47 +0000 |
commit | f64890e1fc0a40d321fe0a628494ebd8dde4202a (patch) | |
tree | 3d261227a6453cf20af05342ae5fb302d09d6647 /meta/recipes-devtools | |
parent | 99350f44b2b215bd84f873a6ce653c4d386db8b0 (diff) | |
download | poky-f64890e1fc0a40d321fe0a628494ebd8dde4202a.tar.gz |
patchelf: upgrade 0.15.0 -> 0.16.1
(From OE-Core rev: 4fed5eee37a25f9b06e91f2bbf5db2fcdf01df8c)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/patchelf/patchelf_0.16.1.bb (renamed from meta/recipes-devtools/patchelf/patchelf_0.15.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/patchelf/patchelf_0.15.0.bb b/meta/recipes-devtools/patchelf/patchelf_0.16.1.bb index e07775f574..8ce9e99520 100644 --- a/meta/recipes-devtools/patchelf/patchelf_0.15.0.bb +++ b/meta/recipes-devtools/patchelf/patchelf_0.16.1.bb | |||
@@ -6,7 +6,7 @@ LICENSE = "GPL-3.0-only" | |||
6 | 6 | ||
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 | " | 8 | " |
9 | SRCREV = "49008002562355b0e35075cbc1c42c645ff04e28" | 9 | SRCREV = "438d23e29c73beb8f16e04efe2a91daa6819ef34" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||