summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2018-07-23 19:38:53 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-08-29 15:23:50 +0100
commit76cdf32f96d6ff1fb53ab3c6de66a1ad7a2559bf (patch)
tree202abff0d0719eb634d3186b151cac5f291065ae /meta/recipes-connectivity
parent5474c37f9040e4f983038945286614e1452b395e (diff)
downloadpoky-76cdf32f96d6ff1fb53ab3c6de66a1ad7a2559bf.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) (From OE-Core rev: 7a5fd1ca7d4b3aa0060134e7ea2af57bb9f2fe07) 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')
-rw-r--r--meta/recipes-connectivity/openssl/openssl_1.1.0h.bb3
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"
37do_configure () { 37do_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