summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--classes/autotools.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/autotools.bbclass b/classes/autotools.bbclass
index 3d8bcb55e2..2c27d0fcd1 100644
--- a/classes/autotools.bbclass
+++ b/classes/autotools.bbclass
@@ -62,7 +62,7 @@ def append_libtool_sysroot(d):
if bb.data.getVar('BUILD_SYS', d, 1) == bb.data.getVar('HOST_SYS', d, 1):
return '--with-libtool-sysroot'
else:
- return '--with-libtool-sysroot=${STAGING_DIR}/${MULTIMACH_HOST_SYS}'
+ return '--with-libtool-sysroot=${STAGING_DIR_HOST}'
return ''
# EXTRA_OECONF_append = "${@autotools_set_crosscompiling(d)}"