diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2018-07-28 13:39:21 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-07-30 12:44:35 +0100 |
commit | 9abe887150b0da96498a70fe2d98d96eb610dec2 (patch) | |
tree | 7776f27b5c09393dfc6fe3f2828413e1fb75af1e | |
parent | f23546ed3e79f51b2377c28d769bf7924d9c6485 (diff) | |
download | poky-9abe887150b0da96498a70fe2d98d96eb610dec2.tar.gz |
openssl_1.0: drop unmaintained darwin support
The fact that the darwin support only appears to consider x86 (and
not x86_64) suggests that it's not maintained or tested. In general
oe-core doesn't support building on darwin.
(From OE-Core rev: 9c7f37bb1345c38211acd137c00b9d07f92601a7)
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.0.2o.bb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl_1.0.2o.bb b/meta/recipes-connectivity/openssl/openssl_1.0.2o.bb index c2d9264732..2804203e38 100644 --- a/meta/recipes-connectivity/openssl/openssl_1.0.2o.bb +++ b/meta/recipes-connectivity/openssl/openssl_1.0.2o.bb | |||
@@ -89,10 +89,6 @@ CFLAG += "-Wa,--noexecstack" | |||
89 | 89 | ||
90 | CFLAG_append_class-native = " -fPIC" | 90 | CFLAG_append_class-native = " -fPIC" |
91 | 91 | ||
92 | do_configure_prepend_darwin () { | ||
93 | sed -i -e '/version-script=openssl\.ld/d' Configure | ||
94 | } | ||
95 | |||
96 | do_configure () { | 92 | do_configure () { |
97 | # The crypto_use_bigint patch means that perl's bignum module needs to be | 93 | # The crypto_use_bigint patch means that perl's bignum module needs to be |
98 | # installed, but some distributions (for example Fedora 23) don't ship it by | 94 | # installed, but some distributions (for example Fedora 23) don't ship it by |
@@ -190,9 +186,6 @@ do_configure () { | |||
190 | linux-sparc) | 186 | linux-sparc) |
191 | target=linux-sparcv8 | 187 | target=linux-sparcv8 |
192 | ;; | 188 | ;; |
193 | darwin-i386) | ||
194 | target=darwin-i386-cc | ||
195 | ;; | ||
196 | esac | 189 | esac |
197 | 190 | ||
198 | # inject machine-specific flags | 191 | # inject machine-specific flags |