diff options
author | Scott Garman <scott.a.garman@intel.com> | 2011-01-19 11:24:41 -0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-01-21 01:36:15 -0800 |
commit | ce175a948e296c7c5fe6249723e799db47e97932 (patch) | |
tree | 67ea9b5fd5a0d3f4d5163df26e357a0cd2a63450 /meta/recipes-devtools/binutils/binutils_2.21.bb | |
parent | c15f20a124cdc4966014ff624a06ab5a325042cd (diff) | |
download | openembedded-core-ce175a948e296c7c5fe6249723e799db47e97932.tar.gz openembedded-core-ce175a948e296c7c5fe6249723e799db47e97932.tar.bz2 openembedded-core-ce175a948e296c7c5fe6249723e799db47e97932.zip |
binutils: forward-port the binutils-poison.patch
Update the binutils-poison.patch to apply cleanly on binutils
2.21
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Diffstat (limited to 'meta/recipes-devtools/binutils/binutils_2.21.bb')
-rw-r--r-- | meta/recipes-devtools/binutils/binutils_2.21.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-devtools/binutils/binutils_2.21.bb b/meta/recipes-devtools/binutils/binutils_2.21.bb index 8282eb8552..1d6a3c4fad 100644 --- a/meta/recipes-devtools/binutils/binutils_2.21.bb +++ b/meta/recipes-devtools/binutils/binutils_2.21.bb @@ -27,8 +27,7 @@ SRC_URI = "\ file://libtool-2.4-update.patch \ file://binutils-2.19.1-ld-sysroot.patch \ file://libiberty_path_fix.patch \ -# Need to consult w/ Mark Hatle to get this patch updated: -# file://binutils-poison.patch \ + file://binutils-poison.patch \ " SRC_URI[md5sum] = "c84c5acc9d266f1a7044b51c85a823f5" |