From: Andre McCurdy <[email protected]> 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) (From OE-Core rev: ebe53ed0e34b88c7d7fef22e1a5ad4959517fdab) Signed-off-by: Andre McCurdy <[email protected]> Signed-off-by: Ross Burton <[email protected]> Signed-off-by: Richard Purdie <[email protected]> Signed-off-by: Armin Kuster <[email protected]> Signed-off-by: Richard Purdie <[email protected]> --- meta/recipes-connectivity/openssl/openssl_1.0.2o.bb | 7 ------- 1 file changed, 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 0c0f015fa7..e2f6603ec4 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" CFLAG_append_class-native = " -fPIC" -do_configure_prepend_darwin () { - sed -i -e '/version-script=openssl\.ld/d' Configure -} - do_configure () { # The crypto_use_bigint patch means that perl's bignum module needs to be # installed, but some distributions (for example Fedora 23) don't ship it by @@ -184,9 +180,6 @@ do_configure () { linux-sparc) target=linux-sparcv8 ;; - darwin-i386) - target=darwin-i386-cc - ;; esac # inject machine-specific flags -- 2.18.1 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
