aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-12-13 13:44:47 -0800
committerThomas Zimmermann <zimmermann@vdm-design.de>2011-09-10 15:49:20 +0200
commit303e3dfedb2836e9dfe3e58fad0ff59e98035365 (patch)
treec94c75f3f35822370107402feb0a3e0e7bd761a2
parent9fdc8a97f0b9116612d957f4e3e5495d510819d5 (diff)
downloadopenembedded-303e3dfedb2836e9dfe3e58fad0ff59e98035365.tar.gz
binutils_2.21.bb: Dont apply libtool-update.patch at all
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--recipes/binutils/binutils_2.21.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/binutils/binutils_2.21.bb b/recipes/binutils/binutils_2.21.bb
index e484201bd7..f48d0039e9 100644
--- a/recipes/binutils/binutils_2.21.bb
+++ b/recipes/binutils/binutils_2.21.bb
@@ -10,7 +10,7 @@ SRC_URI = "${GNU_MIRROR}/binutils/binutils-${PV}.tar.bz2 \
file://binutils-uclibc-300-012_check_ldrunpath_length.patch \
file://binutils-uclibc-gas-needs-libm.patch \
file://fix-clone-conflicts.patch \
- ${@['file://libtool-update.patch','file://libtool-2.4-update.patch'][bb.data.getVar('LIBTOOL_HAS_SYSROOT', d, 1) == 'yes']} \
+ ${@['','file://libtool-2.4-update.patch'][bb.data.getVar('LIBTOOL_HAS_SYSROOT', d, 1) == 'yes']} \
file://binutils-2.19.1-ld-sysroot.patch \
"
SRC_URI[md5sum] = "c84c5acc9d266f1a7044b51c85a823f5"