diff options
author | Jeremy Lainé <jeremy.laine@bolloretelecom.eu> | 2009-12-28 22:09:58 +0100 |
---|---|---|
committer | Jeremy Lainé <jeremy.laine@bolloretelecom.eu> | 2009-12-28 22:09:58 +0100 |
commit | b9368e612020a4f11e4abbab78da967c0e409058 (patch) | |
tree | 31bee7b2a20e63052c939ba45d442582f49c2f3a /recipes/binutils/binutils_2.20.bb | |
parent | 28bd169f44e2ab8c5a6164d2a10aa344a8c8c576 (diff) |
binutils-2.20: add patch for ld segfault on powerpc
Diffstat (limited to 'recipes/binutils/binutils_2.20.bb')
-rw-r--r-- | recipes/binutils/binutils_2.20.bb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/recipes/binutils/binutils_2.20.bb b/recipes/binutils/binutils_2.20.bb index 5398688cfb..6961377275 100644 --- a/recipes/binutils/binutils_2.20.bb +++ b/recipes/binutils/binutils_2.20.bb @@ -2,7 +2,7 @@ require binutils.inc LICENSE = "GPLv3" INC_PR = "r1" -PR = "${INC_PR}.2" +PR = "${INC_PR}.3" SRC_URI = "\ ${GNU_MIRROR}/binutils/binutils-${PV}.tar.bz2 \ @@ -17,4 +17,7 @@ SRC_URI = "\ " # powerpc patches -SRC_URI += "file://binutils-2.16.1-e300c2c3.patch;patch=1" +SRC_URI += "\ + file://binutils-2.16.1-e300c2c3.patch;patch=1 \ + file://binutils-powerpc-pr11088.patch;patch=1 \ + " |