[oe-commits] [meta-openembedded] 12/36: unbound: Use HOST_SYS instead of TARGET_PREFIX for libtool

git at git.openembedded.org git at git.openembedded.org
Wed Jan 22 17:57:23 UTC 2020


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 405b67c3ef00ed0f730a877533e3cfb9f8877bf4
Author: Sumit Garg <sumit.garg at linaro.org>
AuthorDate: Tue Jan 21 14:26:09 2020 +0530

    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 at linaro.org>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-networking/recipes-support/unbound/unbound_1.9.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 03eb2fa..6200214 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 \
 "
 		
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list