diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2018-07-23 19:38:54 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-07-26 13:16:41 +0100 |
commit | 858af1a3a62fe2dc570338c83ec228ca0ea4ecb5 (patch) | |
tree | 62fe0b28aba89fde60025e1ca7c15dd917214c8e /meta/recipes-connectivity | |
parent | 1181a37e3192dd6ac7d2fa56bdfaf072fe684de1 (diff) | |
download | poky-858af1a3a62fe2dc570338c83ec228ca0ea4ecb5.tar.gz |
openssl: support musl-x32 build
Align the openssl 1.1 recipe with changes made to openssl 1.0:
http://git.openembedded.org/openembedded-core/commit/?id=a072d4620db462c5d3459441d5684cfd99938400
(From OE-Core rev: 24e745aaa2354432a9112879450263cab742c85b)
Signed-off-by: Andre McCurdy <armccurdy@gmail.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_1.1.0h.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.0h.bb b/meta/recipes-connectivity/openssl/openssl_1.1.0h.bb index a2f5d67421..5dc2966fac 100644 --- a/meta/recipes-connectivity/openssl/openssl_1.1.0h.bb +++ b/meta/recipes-connectivity/openssl/openssl_1.1.0h.bb | |||
@@ -39,7 +39,9 @@ do_configure () { | |||
39 | case $os in | 39 | case $os in |
40 | linux-gnueabi |\ | 40 | linux-gnueabi |\ |
41 | linux-gnuspe |\ | 41 | linux-gnuspe |\ |
42 | linux-musl*) | 42 | linux-musleabi |\ |
43 | linux-muslspe |\ | ||
44 | linux-musl ) | ||
43 | os=linux | 45 | os=linux |
44 | ;; | 46 | ;; |
45 | *) | 47 | *) |
@@ -71,7 +73,7 @@ do_configure () { | |||
71 | linux-i686) | 73 | linux-i686) |
72 | target=linux-elf | 74 | target=linux-elf |
73 | ;; | 75 | ;; |
74 | linux-gnux32-x86_64) | 76 | linux-gnux32-x86_64 | linux-muslx32-x86_64 ) |
75 | target=linux-x32 | 77 | target=linux-x32 |
76 | ;; | 78 | ;; |
77 | linux-gnu64-x86_64) | 79 | linux-gnu64-x86_64) |