From: Khem Raj Date: Mon, 25 Aug 2014 23:45:01 +0000 (-0700) Subject: openssl: Re-add linux-uclibc tuple X-Git-Tag: 2015-4~1762 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=63ab0ce2103bcf3a42ce5812a22409779126e114;p=openembedded-core.git openssl: Re-add linux-uclibc tuple With last restructuring for musl, some of uclibc targets got ignored fsl/ppc and ARM worked ok since they use special target triplets which were already considered but other like mips, x86 and so on failed Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-connectivity/openssl/openssl.inc b/meta/recipes-connectivity/openssl/openssl.inc index b63d164990..9ec884f332 100644 --- a/meta/recipes-connectivity/openssl/openssl.inc +++ b/meta/recipes-connectivity/openssl/openssl.inc @@ -62,6 +62,7 @@ do_configure () { os=${HOST_OS} case $os in + linux-uclibc |\ linux-uclibceabi |\ linux-gnueabi |\ linux-uclibcspe |\