summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity
diff options
context:
space:
mode:
authorsweeaun <swee.aun.khor@intel.com>2017-08-02 15:56:07 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-08-13 09:27:37 +0100
commit7f93941236ad2b744ac1b8f5c1ea92f6cf9e7785 (patch)
tree5b423c7a7eabd512d21312ac3a3a0057dee8a62b /meta/recipes-connectivity
parentdb922d17a1ebdd1a8bd472795cb9b71860ed1902 (diff)
downloadpoky-7f93941236ad2b744ac1b8f5c1ea92f6cf9e7785.tar.gz
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>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r--meta/recipes-connectivity/openssl/openssl.inc6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl.inc b/meta/recipes-connectivity/openssl/openssl.inc
index ce295e8f37..0d6442e564 100644
--- a/meta/recipes-connectivity/openssl/openssl.inc
+++ b/meta/recipes-connectivity/openssl/openssl.inc
@@ -66,7 +66,9 @@ do_configure () {
66 case $os in 66 case $os in
67 linux-gnueabi |\ 67 linux-gnueabi |\
68 linux-gnuspe |\ 68 linux-gnuspe |\
69 linux-musl*) 69 linux-musleabi |\
70 linux-muslspe |\
71 linux-musl )
70 os=linux 72 os=linux
71 ;; 73 ;;
72 *) 74 *)
@@ -98,7 +100,7 @@ do_configure () {
98 linux-i686) 100 linux-i686)
99 target=debian-i386-i686/cmov 101 target=debian-i386-i686/cmov
100 ;; 102 ;;
101 linux-gnux32-x86_64) 103 linux-gnux32-x86_64 | linux-muslx32-x86_64 )
102 target=linux-x32 104 target=linux-x32
103 ;; 105 ;;
104 linux-gnu64-x86_64) 106 linux-gnu64-x86_64)