diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-01-08 00:11:40 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-08 10:53:09 +0100 |
commit | 2be79f0b1d0d53b8750d28013543b7ee853c1b42 (patch) | |
tree | f3586a5ff28b61c572df87938881ce3455f72cd9 /meta/recipes-devtools/binutils/binutils-2.25.inc | |
parent | b3b6cfb48bb61f2efdd5c2325fcce3209b7894c7 (diff) | |
download | poky-2be79f0b1d0d53b8750d28013543b7ee853c1b42.tar.gz |
binutils: upgrade to 2.25
* Remove the following patches since they are already in the new code:
binutils/fix-pr15815.patch
binutils/fix-pr16428.patch
binutils/fix-pr16476.patch
binutils/fix-pr2404.patch
binutils/replace_macros_with_static_inline.patch
binutils/binutils_CVE-2014-8484.patch
binutils/binutils_CVE-2014-8485.patch
binutils/binutils_CVE-2014-8501.patch
binutils/binutils_CVE-2014-8502.patch
binutils/binutils_CVE-2014-8502_1.patch
binutils/binutils_CVE-2014-8503.patch
binutils/binutils_CVE-2014-8504.patch
binutils/binutils_CVE-2014-8737.patch
* The file src-release is gone.
* Updated patches for the new code.
(From OE-Core rev: a8446ea78daa5875de43eb5bcccd8f536ea07e1c)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Conflicts:
meta/conf/distro/include/tcmode-default.inc
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/binutils/binutils-2.25.inc')
-rw-r--r-- | meta/recipes-devtools/binutils/binutils-2.25.inc | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/meta/recipes-devtools/binutils/binutils-2.25.inc b/meta/recipes-devtools/binutils/binutils-2.25.inc new file mode 100644 index 0000000000..d69b519542 --- /dev/null +++ b/meta/recipes-devtools/binutils/binutils-2.25.inc | |||
@@ -0,0 +1,30 @@ | |||
1 | LIC_FILES_CHKSUM="\ | ||
2 | file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552\ | ||
3 | file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674\ | ||
4 | file://COPYING3;md5=d32239bcb673463ab874e80d47fae504\ | ||
5 | file://COPYING3.LIB;md5=6a6a8e020838b23406c81b19c1d46df6\ | ||
6 | file://gas/COPYING;md5=d32239bcb673463ab874e80d47fae504\ | ||
7 | file://include/COPYING;md5=59530bdf33659b29e73d4adb9f9f6552\ | ||
8 | file://include/COPYING3;md5=d32239bcb673463ab874e80d47fae504\ | ||
9 | file://libiberty/COPYING.LIB;md5=a916467b91076e631dd8edb7424769c7\ | ||
10 | file://bfd/COPYING;md5=d32239bcb673463ab874e80d47fae504\ | ||
11 | " | ||
12 | |||
13 | SRC_URI = "\ | ||
14 | ${GNU_MIRROR}/binutils/binutils-${PV}.tar.bz2 \ | ||
15 | file://binutils-uclibc-100-uclibc-conf.patch \ | ||
16 | file://binutils-uclibc-300-001_ld_makefile_patch.patch \ | ||
17 | file://binutils-uclibc-300-006_better_file_error.patch \ | ||
18 | file://binutils-uclibc-300-012_check_ldrunpath_length.patch \ | ||
19 | file://binutils-uclibc-gas-needs-libm.patch \ | ||
20 | file://libtool-2.4-update.patch \ | ||
21 | file://libiberty_path_fix.patch \ | ||
22 | file://binutils-poison.patch \ | ||
23 | file://libtool-rpath-fix.patch \ | ||
24 | file://binutils-armv5e.patch \ | ||
25 | file://mips64-default-ld-emulation.patch \ | ||
26 | file://binutils-xlp-support.patch \ | ||
27 | " | ||
28 | SRC_URI[md5sum] = "d9f3303f802a5b6b0bb73a335ab89d66" | ||
29 | SRC_URI[sha256sum] = "22defc65cfa3ef2a3395faaea75d6331c6e62ea5dfacfed3e2ec17b08c882923" | ||
30 | |||