diff options
author | Phil Blundell <philb@gnu.org> | 2009-06-10 21:07:46 +0100 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2009-06-10 21:07:46 +0100 |
commit | 26920898b0fa1f1ce83af9eb59fc0d68594a1c70 (patch) | |
tree | 43c75f26292eb8f6f7e850f2bc63eb81c285a573 /recipes/binutils/binutils_2.19.51.bb | |
parent | b386d4e87cfa42180e01cd52f554360f1d47ab90 (diff) |
binutils: add 2.19.51
Diffstat (limited to 'recipes/binutils/binutils_2.19.51.bb')
-rw-r--r-- | recipes/binutils/binutils_2.19.51.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes/binutils/binutils_2.19.51.bb b/recipes/binutils/binutils_2.19.51.bb new file mode 100644 index 0000000000..20038de34e --- /dev/null +++ b/recipes/binutils/binutils_2.19.51.bb @@ -0,0 +1,21 @@ +PR = "r0" + +require binutils.inc +LICENSE = "GPLv3" + +SRC_URI = "\ + ftp://sourceware.org/pub/binutils/snapshots/binutils-${PV}.tar.bz2 \ + file://binutils-2.16.91.0.6-objcopy-rename-errorcode.patch;patch=1 \ + file://binutils-uclibc-100-uclibc-conf.patch;patch=1 \ + file://110-arm-eabi-conf.patch;patch=1 \ + file://binutils-uclibc-300-001_ld_makefile_patch.patch;patch=1 \ + file://binutils-uclibc-300-006_better_file_error.patch;patch=1 \ + file://binutils-uclibc-300-012_check_ldrunpath_length.patch;patch=1 \ + file://binutils-uclibc-gas-needs-libm.patch;patch=1 \ + file://binutils-arm-pr7093.patch;patch=1 \ + file://uclibc-segfault.patch;patch=1 \ + " + +# powerpc patches +SRC_URI += "file://binutils-2.16.1-e300c2c3.patch;patch=1" + |