aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/binutils/binutils.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-10-21 16:23:31 -0700
committerKhem Raj <raj.khem@gmail.com>2010-10-22 08:11:35 -0700
commite12debc8e8c6b49757082bb84a83838467dd8a90 (patch)
tree7c4708ee4b49e82b01d6bd8699c52ad58b0a839a /recipes/binutils/binutils.inc
parent46d563f4bb8030f4e0adcd0f7d2373d7d869a904 (diff)
downloadopenembedded-e12debc8e8c6b49757082bb84a83838467dd8a90.tar.gz
binutils: Update libtool macros to reflect --with-sysroot -> --with-libtool-sysroot rename
* We dont need to filter out with-sysroot anymore Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Chris Larson <chris_larson@mentor.com> Acked-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/binutils/binutils.inc')
-rw-r--r--recipes/binutils/binutils.inc6
1 files changed, 1 insertions, 5 deletions
diff --git a/recipes/binutils/binutils.inc b/recipes/binutils/binutils.inc
index 0f086f389c..ab9e457fb7 100644
--- a/recipes/binutils/binutils.inc
+++ b/recipes/binutils/binutils.inc
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.gnu.org/software/binutils/"
SECTION = "devel"
LICENSE = "GPL"
-INC_PR = "r12"
+INC_PR = "r13"
COMPATIBLE_TARGET_SYS ?= "(?!nios2)"
@@ -42,10 +42,6 @@ B = "${S}/build.${HOST_SYS}.${TARGET_SYS}"
EXTRA_OECONF = "--program-prefix=${TARGET_PREFIX} \
--enable-shared"
-python __anonymous () {
- cfg = oe_filter_out('--with-sysroot$' , bb.data.getVar('CONFIGUREOPTS', d, 1) or "", d)
- bb.data.setVar('CONFIGUREOPTS', cfg, d)
-}
# This is necessary due to a bug in the binutils Makefiles
EXTRA_OEMAKE = "configure-build-libiberty all"