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:31 +0100 |
commit | 35cf2c1266927b609e0022be2c7bd8e08410a456 (patch) | |
tree | 2a5ed72c6a1377a52f596f4e6c35bc2a70b96dbc | |
parent | 6c4942b5c771876ad0e62e56923f59cc71776157 (diff) | |
download | openembedded-core-35cf2c1266927b609e0022be2c7bd8e08410a456.tar.gz openembedded-core-35cf2c1266927b609e0022be2c7bd8e08410a456.tar.bz2 openembedded-core-35cf2c1266927b609e0022be2c7bd8e08410a456.zip |
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
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-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" do_configure () { os=${HOST_OS} case $os in - linux-uclibc |\ - linux-uclibceabi |\ linux-gnueabi |\ - linux-uclibcspe |\ linux-gnuspe |\ linux-musl*) os=linux |