diff options
Diffstat (limited to 'meta/recipes-devtools/binutils/binutils_2.21.1a.bb')
| -rw-r--r-- | meta/recipes-devtools/binutils/binutils_2.21.1a.bb | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/meta/recipes-devtools/binutils/binutils_2.21.1a.bb b/meta/recipes-devtools/binutils/binutils_2.21.1a.bb new file mode 100644 index 0000000000..2d4ed2764a --- /dev/null +++ b/meta/recipes-devtools/binutils/binutils_2.21.1a.bb | |||
| @@ -0,0 +1,42 @@ | |||
| 1 | require binutils.inc | ||
| 2 | |||
| 3 | PR = "r0" | ||
| 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 \ | ||
| 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://libtool-2.4-update.patch \ | ||
| 28 | file://binutils-2.19.1-ld-sysroot.patch \ | ||
| 29 | file://libiberty_path_fix.patch \ | ||
| 30 | file://binutils-poison.patch \ | ||
| 31 | file://libtool-rpath-fix.patch \ | ||
| 32 | file://clone-shadow.patch \ | ||
| 33 | file://binutils-powerpc-e5500.patch \ | ||
| 34 | " | ||
| 35 | |||
| 36 | SRC_URI[md5sum] = "bde820eac53fa3a8d8696667418557ad" | ||
| 37 | SRC_URI[sha256sum] = "cdecfa69f02aa7b05fbcdf678e33137151f361313b2f3e48aba925f64eabf654" | ||
| 38 | |||
| 39 | # 2.21.1a has a mismatched dir name within the tarball | ||
| 40 | S = "${WORKDIR}/binutils-2.21.1" | ||
| 41 | |||
| 42 | BBCLASSEXTEND = "native" | ||
