From 3d48bb6d2d65d0837dcacc262633a55053652e5f Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 27 May 2015 21:51:55 -0700 Subject: openssl: Backport upstreamed version of patch to fix build on mips64 Previous patch had a concern as well and this is a direct backport of the patch fixing the problem. Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-connectivity/openssl/openssl_1.0.2a.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-connectivity/openssl/openssl_1.0.2a.bb') diff --git a/meta/recipes-connectivity/openssl/openssl_1.0.2a.bb b/meta/recipes-connectivity/openssl/openssl_1.0.2a.bb index 5e767c3c2d..f4006f623a 100644 --- a/meta/recipes-connectivity/openssl/openssl_1.0.2a.bb +++ b/meta/recipes-connectivity/openssl/openssl_1.0.2a.bb @@ -36,7 +36,7 @@ SRC_URI += "file://configure-targets.patch \ file://ptest-deps.patch \ file://run-ptest \ file://crypto_use_bigint_in_x86-64_perl.patch \ - file://0001-Define-GCC_VERSION-macro-to-cover-upto-gcc-5.patch \ + file://0001-bn-bn_lcl.h-fix-MIPS-specific-gcc-version-check.patch \ " SRC_URI[md5sum] = "a06c547dac9044161a477211049f60ef" -- cgit 1.2.3-korg