diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-04 08:31:07 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-06 23:10:45 +0000 |
commit | 576a248b46c0e0346c4d0ac8b44af049d5ee7526 (patch) | |
tree | b5b2f2213f25517690d21cc2abb029617688f283 /meta/recipes-devtools/patchelf/patchelf_0.8.bb | |
parent | bbdbe00c2a0c1b07f1dfd8a33a6afe8f764571c3 (diff) | |
download | poky-576a248b46c0e0346c4d0ac8b44af049d5ee7526.tar.gz |
patchelf: Add patch to handle large files
There were "maximum size exceeded" errors from patchelf when processing
qemu-native. There is an issue open for this upstream, add a patch
proposed there for this issue. "32" was increased to "64" to handle our
qemu-ppc binary.
(From OE-Core rev: 79d320544202d719eeb5affd9b687505dcd9b725)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/patchelf/patchelf_0.8.bb')
-rw-r--r-- | meta/recipes-devtools/patchelf/patchelf_0.8.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/patchelf/patchelf_0.8.bb b/meta/recipes-devtools/patchelf/patchelf_0.8.bb index c1b87f5539..8484a7e589 100644 --- a/meta/recipes-devtools/patchelf/patchelf_0.8.bb +++ b/meta/recipes-devtools/patchelf/patchelf_0.8.bb | |||
@@ -1,4 +1,5 @@ | |||
1 | SRC_URI = "http://nixos.org/releases/${BPN}/${BPN}-${PV}/${BPN}-${PV}.tar.bz2" | 1 | SRC_URI = "http://nixos.org/releases/${BPN}/${BPN}-${PV}/${BPN}-${PV}.tar.bz2 \ |
2 | file://maxsize.patch" | ||
2 | LICENSE = "GPLv3" | 3 | LICENSE = "GPLv3" |
3 | SUMMARY = "Tool to allow editing of RPATH and interpreter fields in ELF binaries" | 4 | SUMMARY = "Tool to allow editing of RPATH and interpreter fields in ELF binaries" |
4 | 5 | ||