aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support
diff options
context:
space:
mode:
authorSumit Garg <sumit.garg@linaro.org>2020-01-21 14:26:09 +0530
committerKhem Raj <raj.khem@gmail.com>2020-01-22 09:56:34 -0800
commit405b67c3ef00ed0f730a877533e3cfb9f8877bf4 (patch)
tree865221e381ddae58265904d6a6c3074a51996c28 /meta-networking/recipes-support
parent6b18f18749e40441e49ae3cbd3691719f26ba309 (diff)
downloadmeta-openembedded-405b67c3ef00ed0f730a877533e3cfb9f8877bf4.tar.gz
unbound: Use HOST_SYS instead of TARGET_PREFIX for libtool
As TARGET_PREFIX may vary from source GCC tool-set to external GCC tool-set. Also, libtool-cross is installed in recipe sysroot using HOST_SYS variable only. Signed-off-by: Sumit Garg <sumit.garg@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support')
-rw-r--r--meta-networking/recipes-support/unbound/unbound_1.9.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/unbound/unbound_1.9.4.bb b/meta-networking/recipes-support/unbound/unbound_1.9.4.bb
index 03eb2faec2..6200214acb 100644
--- a/meta-networking/recipes-support/unbound/unbound_1.9.4.bb
+++ b/meta-networking/recipes-support/unbound/unbound_1.9.4.bb
@@ -23,7 +23,7 @@ S = "${WORKDIR}/git"
EXTRA_OECONF = "--with-libexpat=${STAGING_EXECPREFIXDIR} \
--with-ssl=${STAGING_EXECPREFIXDIR} \
- libtool=${TARGET_PREFIX}libtool \
+ libtool=${HOST_SYS}-libtool \
"