[oe-commits] Khem Raj : autotools.bbclass: Use --with-libtool-sysroot instead of --with-sysroot

git version control git at git.openembedded.org
Fri Oct 22 15:16:20 UTC 2010


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

Author: Khem Raj <raj.khem at gmail.com>
Date:   Thu Oct 21 16:22:52 2010 -0700

autotools.bbclass: Use --with-libtool-sysroot instead of --with-sysroot

Signed-off-by: Khem Raj <raj.khem at gmail.com>
Acked-by: Chris Larson <chris_larson at mentor.com>
Acked-by: Koen Kooi <k-kooi at ti.com>

---

 classes/autotools.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/classes/autotools.bbclass b/classes/autotools.bbclass
index a634201..97bc47c 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 () {





More information about the Openembedded-commits mailing list