diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2018-07-23 19:38:54 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-08-29 15:23:50 +0100 |
commit | 0f0ee3b94a23dc11da4dfc8ac57151d5713d9e4b (patch) | |
tree | 6ba230057f87434671fbd817c4777e72e0e1c6c8 /meta/recipes-connectivity/openssl/openssl_1.1.0h.bb | |
parent | 76cdf32f96d6ff1fb53ab3c6de66a1ad7a2559bf (diff) | |
download | poky-0f0ee3b94a23dc11da4dfc8ac57151d5713d9e4b.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)
(From OE-Core rev: ec24fcc63e33b9c808b81968bad94e497051d350)
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>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/openssl/openssl_1.1.0h.bb')
-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) |