From: Khem Raj Date: Mon, 13 Dec 2010 21:44:47 +0000 (-0800) Subject: binutils_2.21.bb: Dont apply libtool-update.patch at all X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7e761cd3a63ad40163abd1cb61a0eeb50d3213b;p=openembedded.git binutils_2.21.bb: Dont apply libtool-update.patch at all Signed-off-by: Khem Raj --- 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"