summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/binutils/binutils-2.25.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/binutils/binutils-2.25.inc')
-rw-r--r--meta/recipes-devtools/binutils/binutils-2.25.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/binutils/binutils-2.25.inc b/meta/recipes-devtools/binutils/binutils-2.25.inc
index 269bcbbdbb..c9a5fe075c 100644
--- a/meta/recipes-devtools/binutils/binutils-2.25.inc
+++ b/meta/recipes-devtools/binutils/binutils-2.25.inc
@@ -16,7 +16,7 @@ def binutils_branch_version(d):
16 16
17BINUPV = "${@binutils_branch_version(d)}" 17BINUPV = "${@binutils_branch_version(d)}"
18 18
19SRCREV = "f2df1e49400f9e2d8d63a5d0fec9bf8c5c2b3342" 19SRCREV = "bff55dd20499331280c96697a25b48dd4d7b69e8"
20SRC_URI = "\ 20SRC_URI = "\
21 git://sourceware.org/git/binutils-gdb.git;branch=binutils-${BINUPV}-branch;protocol=git \ 21 git://sourceware.org/git/binutils-gdb.git;branch=binutils-${BINUPV}-branch;protocol=git \
22 file://0002-configure-widen-the-regexp-for-SH-architectures.patch \ 22 file://0002-configure-widen-the-regexp-for-SH-architectures.patch \
@@ -31,7 +31,7 @@ SRC_URI = "\
31 file://0011-Change-default-emulation-for-mips64-linux.patch \ 31 file://0011-Change-default-emulation-for-mips64-linux.patch \
32 file://0012-Add-XLP-instructions-support.patch \ 32 file://0012-Add-XLP-instructions-support.patch \
33 file://0013-Fix-an-internal-error-in-do_print_to_mapfile-seen-wi.patch \ 33 file://0013-Fix-an-internal-error-in-do_print_to_mapfile-seen-wi.patch \
34 file://0001-gold-arm-Skip-pic-check-for-R_ARM_REL32.patch \ 34 file://0014-gold-arm-Skip-pic-check-for-R_ARM_REL32.patch \
35 " 35 "
36S = "${WORKDIR}/git" 36S = "${WORKDIR}/git"
37 37