diff options
author | Sumit Garg <sumit.garg@linaro.org> | 2020-01-21 14:26:09 +0530 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-01-22 09:56:34 -0800 |
commit | 405b67c3ef00ed0f730a877533e3cfb9f8877bf4 (patch) | |
tree | 865221e381ddae58265904d6a6c3074a51996c28 /meta-networking/recipes-support/unbound | |
parent | 6b18f18749e40441e49ae3cbd3691719f26ba309 (diff) | |
download | meta-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/unbound')
-rw-r--r-- | meta-networking/recipes-support/unbound/unbound_1.9.4.bb | 2 |
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 03eb2faec..6200214ac 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" | |||
23 | 23 | ||
24 | EXTRA_OECONF = "--with-libexpat=${STAGING_EXECPREFIXDIR} \ | 24 | EXTRA_OECONF = "--with-libexpat=${STAGING_EXECPREFIXDIR} \ |
25 | --with-ssl=${STAGING_EXECPREFIXDIR} \ | 25 | --with-ssl=${STAGING_EXECPREFIXDIR} \ |
26 | libtool=${TARGET_PREFIX}libtool \ | 26 | libtool=${HOST_SYS}-libtool \ |
27 | " | 27 | " |
28 | 28 | ||
29 | 29 | ||