summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/openssl/openssl_1.0.2o.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-connectivity/openssl/openssl_1.0.2o.bb')
-rw-r--r--meta/recipes-connectivity/openssl/openssl_1.0.2o.bb5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl_1.0.2o.bb b/meta/recipes-connectivity/openssl/openssl_1.0.2o.bb
index 78c8552659..8ba03b603c 100644
--- a/meta/recipes-connectivity/openssl/openssl_1.0.2o.bb
+++ b/meta/recipes-connectivity/openssl/openssl_1.0.2o.bb
@@ -14,7 +14,6 @@ DEPENDS_append_class-target = " openssl-native"
14PROVIDES += "openssl10" 14PROVIDES += "openssl10"
15 15
16SRC_URI = "http://www.openssl.org/source/openssl-${PV}.tar.gz \ 16SRC_URI = "http://www.openssl.org/source/openssl-${PV}.tar.gz \
17 file://find.pl;subdir=openssl-${PV}/util/ \
18 file://run-ptest \ 17 file://run-ptest \
19 file://openssl-c_rehash.sh \ 18 file://openssl-c_rehash.sh \
20 file://configure-targets.patch \ 19 file://configure-targets.patch \
@@ -39,7 +38,6 @@ SRC_URI = "http://www.openssl.org/source/openssl-${PV}.tar.gz \
39 file://ptest_makefile_deps.patch \ 38 file://ptest_makefile_deps.patch \
40 file://configure-musl-target.patch \ 39 file://configure-musl-target.patch \
41 file://parallel.patch \ 40 file://parallel.patch \
42 file://openssl-util-perlpath.pl-cwd.patch \
43 file://Use-SHA256-not-MD5-as-default-digest.patch \ 41 file://Use-SHA256-not-MD5-as-default-digest.patch \
44 file://0001-Fix-build-with-clang-using-external-assembler.patch \ 42 file://0001-Fix-build-with-clang-using-external-assembler.patch \
45 file://0001-openssl-force-soft-link-to-avoid-rare-race.patch \ 43 file://0001-openssl-force-soft-link-to-avoid-rare-race.patch \
@@ -102,9 +100,6 @@ do_configure () {
102 bbfatal "The perl module 'bignum' was not found but this is required to build openssl. Please install this module (often packaged as perl-bignum) and re-run bitbake." 100 bbfatal "The perl module 'bignum' was not found but this is required to build openssl. Please install this module (often packaged as perl-bignum) and re-run bitbake."
103 fi 101 fi
104 102
105 cd util
106 perl perlpath.pl ${STAGING_BINDIR_NATIVE}
107 cd ..
108 ln -sf apps/openssl.pod crypto/crypto.pod ssl/ssl.pod doc/ 103 ln -sf apps/openssl.pod crypto/crypto.pod ssl/ssl.pod doc/
109 104
110 os=${HOST_OS} 105 os=${HOST_OS}