aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2014-08-25 16:45:01 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-08-27 12:12:07 +0100
commit63ab0ce2103bcf3a42ce5812a22409779126e114 (patch)
tree2044349474a6f0b328ca08432f7456d28b4d0914 /meta/recipes-connectivity
parent14c773f61a6380f76b58ea0c1cca6e6010d581f8 (diff)
downloadopenembedded-core-contrib-63ab0ce2103bcf3a42ce5812a22409779126e114.tar.gz
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 <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r--meta/recipes-connectivity/openssl/openssl.inc1
1 files changed, 1 insertions, 0 deletions
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 |\