diff options
Diffstat (limited to 'meta/recipes-devtools/binutils/binutils_2.20.1.bb')
| -rw-r--r-- | meta/recipes-devtools/binutils/binutils_2.20.1.bb | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/meta/recipes-devtools/binutils/binutils_2.20.1.bb b/meta/recipes-devtools/binutils/binutils_2.20.1.bb new file mode 100644 index 0000000000..d5cd985cca --- /dev/null +++ b/meta/recipes-devtools/binutils/binutils_2.20.1.bb | |||
| @@ -0,0 +1,37 @@ | |||
| 1 | require binutils.inc | ||
| 2 | |||
| 3 | PR = "r2" | ||
| 4 | |||
| 5 | LIC_FILES_CHKSUM="\ | ||
| 6 | file://src-release;endline=17;md5=4830a9ef968f3b18dd5e9f2c00db2d35\ | ||
| 7 | file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552\ | ||
| 8 | file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674\ | ||
| 9 | file://COPYING3;md5=d32239bcb673463ab874e80d47fae504\ | ||
| 10 | file://COPYING3.LIB;md5=6a6a8e020838b23406c81b19c1d46df6\ | ||
| 11 | file://gas/COPYING;md5=d32239bcb673463ab874e80d47fae504\ | ||
| 12 | file://include/COPYING;md5=59530bdf33659b29e73d4adb9f9f6552\ | ||
| 13 | file://include/COPYING3;md5=d32239bcb673463ab874e80d47fae504\ | ||
| 14 | file://libiberty/COPYING.LIB;md5=a916467b91076e631dd8edb7424769c7\ | ||
| 15 | file://bfd/COPYING;md5=d32239bcb673463ab874e80d47fae504\ | ||
| 16 | " | ||
| 17 | |||
| 18 | SRC_URI = "\ | ||
| 19 | ${GNU_MIRROR}/binutils/binutils-${PV}.tar.bz2;name=tarball \ | ||
| 20 | file://binutils-uclibc-100-uclibc-conf.patch \ | ||
| 21 | file://110-arm-eabi-conf.patch \ | ||
| 22 | file://binutils-uclibc-300-001_ld_makefile_patch.patch \ | ||
| 23 | file://binutils-uclibc-300-006_better_file_error.patch \ | ||
| 24 | file://binutils-uclibc-300-012_check_ldrunpath_length.patch \ | ||
| 25 | file://binutils-uclibc-gas-needs-libm.patch \ | ||
| 26 | file://binutils-x86_64_i386_biarch.patch \ | ||
| 27 | file://binutils-mips-pie.patch \ | ||
| 28 | file://binutils-libtool.patch \ | ||
| 29 | file://libiberty_path_fix.patch \ | ||
| 30 | " | ||
| 31 | |||
| 32 | # powerpc patches | ||
| 33 | SRC_URI += "\ | ||
| 34 | file://binutils-2.16.1-e300c2c3.patch \ | ||
| 35 | " | ||
| 36 | |||
| 37 | BBCLASSEXTEND = "native" | ||
