From 405b67c3ef00ed0f730a877533e3cfb9f8877bf4 Mon Sep 17 00:00:00 2001 From: Sumit Garg Date: Tue, 21 Jan 2020 14:26:09 +0530 Subject: 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 Signed-off-by: Khem Raj --- meta-networking/recipes-support/unbound/unbound_1.9.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-networking/recipes-support/unbound') 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 \ " -- cgit v1.2.3-54-g00ecf