]> code.ossystems Code Review - openembedded-core.git/commitdiff
openssl: Re-add linux-uclibc tuple
authorKhem Raj <raj.khem@gmail.com>
Mon, 25 Aug 2014 23:45:01 +0000 (16:45 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 27 Aug 2014 11:12:07 +0000 (12:12 +0100)
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>
meta/recipes-connectivity/openssl/openssl.inc

index b63d164990b3b3c20b3eddb5b82a94bba6f925d2..9ec884f332c74c36c42672ce24cfd39f16c58f6d 100644 (file)
@@ -62,6 +62,7 @@ do_configure () {
 
        os=${HOST_OS}
        case $os in
+       linux-uclibc |\
        linux-uclibceabi |\
        linux-gnueabi |\
        linux-uclibcspe |\