diff options
| author | Khem Raj <raj.khem@gmail.com> | 2013-04-25 20:38:23 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-08 15:41:13 +0100 |
| commit | edcae40bf61109a63d43f59147b3de6c51750e14 (patch) | |
| tree | 87e3444d2bdf0733e6ea6453a0bb5330030c70bf /meta/recipes-devtools/binutils/binutils-2.23.2.inc | |
| parent | 4bf8253af7f5d28e81dd0c5d150712b36b14e741 (diff) | |
| download | poky-edcae40bf61109a63d43f59147b3de6c51750e14.tar.gz | |
binutils: Upgrade 2.23.1 -> 2.23.2
(From OE-Core rev: 202f46b139ab20079e97cdeb147d59e23bcdfe01)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/binutils/binutils-2.23.2.inc')
| -rw-r--r-- | meta/recipes-devtools/binutils/binutils-2.23.2.inc | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/meta/recipes-devtools/binutils/binutils-2.23.2.inc b/meta/recipes-devtools/binutils/binutils-2.23.2.inc new file mode 100644 index 0000000000..0b012798db --- /dev/null +++ b/meta/recipes-devtools/binutils/binutils-2.23.2.inc | |||
| @@ -0,0 +1,43 @@ | |||
| 1 | PR = "r3" | ||
| 2 | |||
| 3 | LIC_FILES_CHKSUM="\ | ||
| 4 | file://src-release;endline=17;md5=4830a9ef968f3b18dd5e9f2c00db2d35\ | ||
| 5 | file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552\ | ||
| 6 | file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674\ | ||
| 7 | file://COPYING3;md5=d32239bcb673463ab874e80d47fae504\ | ||
| 8 | file://COPYING3.LIB;md5=6a6a8e020838b23406c81b19c1d46df6\ | ||
| 9 | file://gas/COPYING;md5=d32239bcb673463ab874e80d47fae504\ | ||
| 10 | file://include/COPYING;md5=59530bdf33659b29e73d4adb9f9f6552\ | ||
| 11 | file://include/COPYING3;md5=d32239bcb673463ab874e80d47fae504\ | ||
| 12 | file://libiberty/COPYING.LIB;md5=a916467b91076e631dd8edb7424769c7\ | ||
| 13 | file://bfd/COPYING;md5=d32239bcb673463ab874e80d47fae504\ | ||
| 14 | " | ||
| 15 | |||
| 16 | SRC_URI = "\ | ||
| 17 | ${GNU_MIRROR}/binutils/binutils-${PV}.tar.bz2 \ | ||
| 18 | file://binutils-uclibc-100-uclibc-conf.patch \ | ||
| 19 | file://binutils-uclibc-300-001_ld_makefile_patch.patch \ | ||
| 20 | file://binutils-uclibc-300-006_better_file_error.patch \ | ||
| 21 | file://binutils-uclibc-300-012_check_ldrunpath_length.patch \ | ||
| 22 | file://binutils-uclibc-gas-needs-libm.patch \ | ||
| 23 | file://binutils-x86_64_i386_biarch.patch \ | ||
| 24 | file://libtool-2.4-update.patch \ | ||
| 25 | file://libiberty_path_fix.patch \ | ||
| 26 | file://binutils-poison.patch \ | ||
| 27 | file://libtool-rpath-fix.patch \ | ||
| 28 | file://binutils-armv5e.patch \ | ||
| 29 | file://mips64-default-ld-emulation.patch \ | ||
| 30 | ${BACKPORT} \ | ||
| 31 | file://binutils-fix-over-array-bounds-issue.patch \ | ||
| 32 | " | ||
| 33 | |||
| 34 | BACKPORT = "\ | ||
| 35 | file://backport/0001-doc-binutils.texi-elfedit-Fix-use-of-itemx-in-table.patch \ | ||
| 36 | file://backport/0001-ld.texinfo-Replace-with-when-it-is-part-of-the-text.patch \ | ||
| 37 | file://backport/binutils-fix-ineffectual-zero-of-cache.patch \ | ||
| 38 | file://backport/binutils-replace-strncat-with-strcat.patch \ | ||
| 39 | file://backport/0001-config-tc-ppc.c-md_assemble-Do-not-generate-APUinfo-.patch \ | ||
| 40 | " | ||
| 41 | SRC_URI[md5sum] = "4f8fa651e35ef262edc01d60fb45702e" | ||
| 42 | SRC_URI[sha256sum] = "fe914e56fed7a9ec2eb45274b1f2e14b0d8b4f41906a5194eac6883cfe5c1097" | ||
| 43 | |||
