aboutsummaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-10-21 16:22:52 -0700
committerKhem Raj <raj.khem@gmail.com>2010-10-22 08:11:16 -0700
commit46d563f4bb8030f4e0adcd0f7d2373d7d869a904 (patch)
treef28fd60ee0963de4a70afa530276583f95ddf46b /classes
parent7cfd4da583e2190898fe7e3b6fbcf4cdcc50fd54 (diff)
downloadopenembedded-46d563f4bb8030f4e0adcd0f7d2373d7d869a904.tar.gz
autotools.bbclass: Use --with-libtool-sysroot instead of --with-sysroot
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 'classes')
-rw-r--r--classes/autotools.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/autotools.bbclass b/classes/autotools.bbclass
index a634201fe1..97bc47c2b5 100644
--- a/classes/autotools.bbclass
+++ b/classes/autotools.bbclass
@@ -76,7 +76,7 @@ CONFIGUREOPTS = " --build=${BUILD_SYS} \
--oldincludedir=${oldincludedir} \
--infodir=${infodir} \
--mandir=${mandir} \
- ${@["","--with-sysroot"][bb.data.getVar('LIBTOOL_HAS_SYSROOT', d, 1) == "yes"]} \
+ ${@["","--with-libtool-sysroot"][bb.data.getVar('LIBTOOL_HAS_SYSROOT', d, 1) == "yes"]} \
"
oe_runconf () {