diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-04-30 12:59:08 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-04-30 12:59:08 +0000 |
commit | 164d14ccf62269636e0179140f24e551b04f9ca0 (patch) | |
tree | 6901edd22f53c7b2d33cfebb4a761b5b71b804fa /packages/binutils/binutils_2.17.bb | |
parent | 1c27dfaed0066c9d710be48c34bd0885b32bceaf (diff) | |
parent | 6d0ef5690afbcb6a9ed3a9b65a059a8fd7828688 (diff) |
merge of 'b84aeb3b3fcb9975cdaaafccc4ecbc7ca61c5312'
and 'ff99add05b70c6e96f011a1a27dd980a5380a7bf'
Diffstat (limited to 'packages/binutils/binutils_2.17.bb')
-rw-r--r-- | packages/binutils/binutils_2.17.bb | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/packages/binutils/binutils_2.17.bb b/packages/binutils/binutils_2.17.bb index 0696a24e72..e721cb41f3 100644 --- a/packages/binutils/binutils_2.17.bb +++ b/packages/binutils/binutils_2.17.bb @@ -1,6 +1,7 @@ require binutils.inc +require binutils-avr32.inc -PR = "r4" +PR = "r5" SRC_URI = \ "http://ftp.gnu.org/gnu/binutils/binutils-${PV}.tar.bz2 \ @@ -18,8 +19,13 @@ SRC_URI += "\ file://300-012_check_ldrunpath_length.patch;patch=1 \ file://300-001_ld_makefile_patch.patch;patch=1 \ file://400-mips-ELF_MAXPAGESIZE-4K.patch;patch=1 \ - file://500-avr32-atmel.1.3.0.patch;patch=1 \ - file://501-avr32-fix-pool-alignment.patch;patch=1 \ +" +# removed in favor of the atmel 1.2.6 patch which is supposedly newer (yes) +# file://500-avr32-atmel.1.3.0.patch;patch=1 \ +# file://501-avr32-fix-pool-alignment.patch;patch=1 \ + +SRC_URI_append_avr32 = "\ + file://binutils-2.17.atmel.1.2.6.patch.bz2;patch=1 \ " # Zecke's OSX fixes |