[oe-commits] Khem Raj : binutils_2.21.bb: Dont apply libtool-update.patch at all

git version control git at git.openembedded.org
Mon Dec 13 21:47:01 UTC 2010


Module: openembedded.git
Branch: master
Commit: d7e761cd3a63ad40163abd1cb61a0eeb50d3213b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d7e761cd3a63ad40163abd1cb61a0eeb50d3213b

Author: Khem Raj <raj.khem at gmail.com>
Date:   Mon Dec 13 13:44:47 2010 -0800

binutils_2.21.bb: Dont apply libtool-update.patch at all

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/binutils/binutils_2.21.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/binutils/binutils_2.21.bb b/recipes/binutils/binutils_2.21.bb
index e484201..f48d003 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"





More information about the Openembedded-commits mailing list