summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/binutils/binutils-2.25.1.inc
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2016-04-27 17:39:40 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-05-11 12:37:06 +0100
commitdafc9d7755f7ec30d00686046ca09b079f576a76 (patch)
tree11e7bfcf4fc175c1e07de01097c0f3529cba8bf8 /meta/recipes-devtools/binutils/binutils-2.25.1.inc
parent49ce0e7d4a7bb3223aa33188fc987d651334ffe5 (diff)
downloadpoky-dafc9d7755f7ec30d00686046ca09b079f576a76.tar.gz
binutils: backport bug fix to the 2.25 branch for jethro
We fail to build webkit on aarch64 due to this binutils bug: https://sourceware.org/bugzilla/show_bug.cgi?id=19353 Applying patch which fixes this, stripped out changelog entry from patch to make it apply without error. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/binutils/binutils-2.25.1.inc')
-rw-r--r--meta/recipes-devtools/binutils/binutils-2.25.1.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/binutils/binutils-2.25.1.inc b/meta/recipes-devtools/binutils/binutils-2.25.1.inc
index f3817fafb6..c7db9e0336 100644
--- a/meta/recipes-devtools/binutils/binutils-2.25.1.inc
+++ b/meta/recipes-devtools/binutils/binutils-2.25.1.inc
@@ -35,6 +35,7 @@ SRC_URI = "\
35 file://0015-Fix-dynamic-list-so-that-symbols-not-in-the-list-are.patch \ 35 file://0015-Fix-dynamic-list-so-that-symbols-not-in-the-list-are.patch \
36 file://binutils-octeon3.patch \ 36 file://binutils-octeon3.patch \
37 file://add-thunderx-support-for-gas.patch \ 37 file://add-thunderx-support-for-gas.patch \
38 file://fix-internal-error-when-applying-TLSDESC-relocs-without-TLS-segment.patch \
38 " 39 "
39S = "${WORKDIR}/git" 40S = "${WORKDIR}/git"
40 41