aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2014-08-25 16:45:01 -0700
committerAndreas Oberritter <obi@opendreambox.org>2015-02-23 17:15:45 +0100
commitc4f75501995a67ad33d46a06c901ebeb884b94c6 (patch)
treefa9c8051ea02f66f4add4d7daf81ec75916d0aa4
parent4de7bdebf282266e52b5b577e779ce9d38101162 (diff)
downloadopenembedded-core-contrib-c4f75501995a67ad33d46a06c901ebeb884b94c6.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> (cherry picked from commit 63ab0ce2103bcf3a42ce5812a22409779126e114) Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
-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 3924684141..50cad8f7f8 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 |\