diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2018-07-23 19:38:53 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-07-26 13:16:41 +0100 |
commit | 1181a37e3192dd6ac7d2fa56bdfaf072fe684de1 (patch) | |
tree | 2f5f704deb87ba0d0b5681bcfa28925750e8da9e | |
parent | 46d81915f7c7ee6e2ccb74af5e539ecca735776d (diff) | |
download | poky-1181a37e3192dd6ac7d2fa56bdfaf072fe684de1.tar.gz |
openssl: remove uclibc remnants
Align the openssl 1.1 recipe with changes made to openssl 1.0:
http://git.openembedded.org/openembedded-core/commit/?id=e01e7c543a559c8926d72159b5cd55db0c661434
(From OE-Core rev: 35cf2c1266927b609e0022be2c7bd8e08410a456)
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>
-rw-r--r-- | meta/recipes-connectivity/openssl/openssl_1.1.0h.bb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.0h.bb b/meta/recipes-connectivity/openssl/openssl_1.1.0h.bb index c0aaaf654e..a2f5d67421 100644 --- a/meta/recipes-connectivity/openssl/openssl_1.1.0h.bb +++ b/meta/recipes-connectivity/openssl/openssl_1.1.0h.bb | |||
@@ -37,10 +37,7 @@ EXTRA_OECONF_append_libc-musl = " -DOPENSSL_NO_ASYNC" | |||
37 | do_configure () { | 37 | do_configure () { |
38 | os=${HOST_OS} | 38 | os=${HOST_OS} |
39 | case $os in | 39 | case $os in |
40 | linux-uclibc |\ | ||
41 | linux-uclibceabi |\ | ||
42 | linux-gnueabi |\ | 40 | linux-gnueabi |\ |
43 | linux-uclibcspe |\ | ||
44 | linux-gnuspe |\ | 41 | linux-gnuspe |\ |
45 | linux-musl*) | 42 | linux-musl*) |
46 | os=linux | 43 | os=linux |