diff options
author | Khem Raj <raj.khem@gmail.com> | 2014-08-25 16:45:01 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-27 12:12:32 +0100 |
commit | 6e7127d400cc1b730ac57c0c49354b5aebcf574d (patch) | |
tree | 2efcdac0fd20e1514fdd1c5d06ad101534718268 /meta/recipes-connectivity/openssl/openssl.inc | |
parent | 3adf1f57652c61098369c3776b01a7a02fe0c1e0 (diff) | |
download | poky-6e7127d400cc1b730ac57c0c49354b5aebcf574d.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
(From OE-Core rev: 63ab0ce2103bcf3a42ce5812a22409779126e114)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/openssl/openssl.inc')
-rw-r--r-- | meta/recipes-connectivity/openssl/openssl.inc | 1 |
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 () { | |||
62 | 62 | ||
63 | os=${HOST_OS} | 63 | os=${HOST_OS} |
64 | case $os in | 64 | case $os in |
65 | linux-uclibc |\ | ||
65 | linux-uclibceabi |\ | 66 | linux-uclibceabi |\ |
66 | linux-gnueabi |\ | 67 | linux-gnueabi |\ |
67 | linux-uclibcspe |\ | 68 | linux-uclibcspe |\ |