[gnome-continuous-yocto/gnomeostree-3.28-rocko: 7122/8267] openssl: Support musl-x32 build



commit 7f93941236ad2b744ac1b8f5c1ea92f6cf9e7785
Author: sweeaun <swee aun khor intel com>
Date:   Wed Aug 2 15:56:07 2017 -0700

    openssl: Support musl-x32 build
    
    Support musl-x32 build which to build openssl with 32 bits.
    
    (From OE-Core rev: a072d4620db462c5d3459441d5684cfd99938400)
    
    Signed-off-by: sweeaun <swee aun khor intel com>
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/recipes-connectivity/openssl/openssl.inc |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/meta/recipes-connectivity/openssl/openssl.inc b/meta/recipes-connectivity/openssl/openssl.inc
index ce295e8..0d6442e 100644
--- a/meta/recipes-connectivity/openssl/openssl.inc
+++ b/meta/recipes-connectivity/openssl/openssl.inc
@@ -66,7 +66,9 @@ do_configure () {
        case $os in
        linux-gnueabi |\
        linux-gnuspe |\
-       linux-musl*)
+       linux-musleabi |\
+       linux-muslspe |\
+       linux-musl )
                os=linux
                ;;
                *)
@@ -98,7 +100,7 @@ do_configure () {
        linux-i686)
                target=debian-i386-i686/cmov
                ;;
-       linux-gnux32-x86_64)
+       linux-gnux32-x86_64 | linux-muslx32-x86_64 )
                target=linux-x32
                ;;
        linux-gnu64-x86_64)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]