aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/binutils/binutils-2.26.inc
diff options
context:
space:
mode:
authorChristophe Chapuis <chris.chapuis@gmail.com>2016-07-31 18:52:41 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-10-06 14:09:32 +0100
commita8f44dff13481feaa97e494a3aeafb5b63d40f3f (patch)
tree27ff7e9f97f16dae95744aa8398e00f5e5b18a99 /meta/recipes-devtools/binutils/binutils-2.26.inc
parent744eb37c8abf4c30a0c462580541bf195a987a56 (diff)
downloadopenembedded-core-contrib-a8f44dff13481feaa97e494a3aeafb5b63d40f3f.tar.gz
binutils: fix AR issue when opkg is unpacking IPKs containing empty entries
* this patch is backported from 2.26.1 which is already in oe-core/master since this patch: commit 37e8b6ecf9f9163d7b5b3becdc2feba57df4838f Author: Khem Raj <raj.khem@gmail.com> Date: Thu Jul 7 11:08:29 2016 -0700 Subject: binutils: Upgrade to 2.26.1 -SRCREV = "71fa566a9cf2597b60a58c1d7c148bab637454a6" +SRCREV = "c29838e7f484e0b5714b02e7feb9a88d3a045dd2" * verified that the patch exists in this SRCREV range: ~/projects/binutils $ git log --oneline 71fa566a9cf2597b60a58c1d7c148bab637454a6..c29838e7f484e0b5714b02e7feb9a88d3a045dd2^C ... 343a405 Allow zero length archive elements ... so it isn't needed in master branch Signed-off-by: Christophe Chapuis <chris.chapuis@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta/recipes-devtools/binutils/binutils-2.26.inc')
-rw-r--r--meta/recipes-devtools/binutils/binutils-2.26.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/binutils/binutils-2.26.inc b/meta/recipes-devtools/binutils/binutils-2.26.inc
index 06ce245ba5..4b33b04238 100644
--- a/meta/recipes-devtools/binutils/binutils-2.26.inc
+++ b/meta/recipes-devtools/binutils/binutils-2.26.inc
@@ -34,6 +34,7 @@ SRC_URI = "\
file://0012-Add-support-for-Netlogic-XLP.patch \
file://0013-Fix-GOT-address-computations-in-initial-PLT-entries-.patch \
file://0014-Correct-nios2-_gp-address-computation.patch \
+ file://0015-allow-zero-length-elements.patch \
file://aarch64-tls.patch \
"
S = "${WORKDIR}/git"