diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-01-10 14:10:28 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-01-10 14:18:36 +0000 |
| commit | 44e148d6160f1205bdafd902f8ab9771d7181b43 (patch) | |
| tree | d1fd4ae047dcff2bd6908f5c2925a71c63d06a95 /meta/recipes-devtools/patchelf/patchelf_0.17.0.bb | |
| parent | 654380885a167fb11d3918dd737ff02ce8716a71 (diff) | |
| download | poky-44e148d6160f1205bdafd902f8ab9771d7181b43.tar.gz | |
patchelf: Add fix submitted upstream for uninative segfaults
The new uninative tarball is segfaulting in quilt (the underlying
patch binary). We see errors in dmesg like:
(patch): Uhuuh, elf segment at 0000000000400000 requested but the memory is mapped already
This patch submitted to patchelf upstream looks like an appropriate fix
for that.
(From OE-Core rev: cccd4bcaf381c2729adc000381bd89906003e72a)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/patchelf/patchelf_0.17.0.bb')
| -rw-r--r-- | meta/recipes-devtools/patchelf/patchelf_0.17.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/patchelf/patchelf_0.17.0.bb b/meta/recipes-devtools/patchelf/patchelf_0.17.0.bb index 5faee923bf..b32abc7b87 100644 --- a/meta/recipes-devtools/patchelf/patchelf_0.17.0.bb +++ b/meta/recipes-devtools/patchelf/patchelf_0.17.0.bb | |||
| @@ -5,6 +5,7 @@ HOMEPAGE = "https://github.com/NixOS/patchelf" | |||
| 5 | LICENSE = "GPL-3.0-only" | 5 | 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 | file://8d2cb4f9ab8d564904c292099a022ffb3cccd52d.patch \ | ||
| 8 | " | 9 | " |
| 9 | SRCREV = "ad0265668f12eff59027259345fed4b0f315336a" | 10 | SRCREV = "ad0265668f12eff59027259345fed4b0f315336a" |
| 10 | 11 | ||
