From 46d563f4bb8030f4e0adcd0f7d2373d7d869a904 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 21 Oct 2010 16:22:52 -0700 Subject: [PATCH] autotools.bbclass: Use --with-libtool-sysroot instead of --with-sysroot Signed-off-by: Khem Raj Acked-by: Chris Larson Acked-by: Koen Kooi --- classes/autotools.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () { -- 2.39.5