From: Wenzong Fan Date: Thu, 5 Nov 2015 06:09:11 +0000 (-0500) Subject: openssl: fix mips64 configure support X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~28457 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=245113ca1075bc3f0c47952e80b437229f855080;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git openssl: fix mips64 configure support Match target name linux-mips64 as well, all mips64 targets will have mips(32) userspace. Signed-off-by: Wenzong Fan Signed-off-by: Ross Burton --- diff --git a/meta/recipes-connectivity/openssl/openssl.inc b/meta/recipes-connectivity/openssl/openssl.inc index 8af423f1a74..b69cb4ca4e3 100644 --- a/meta/recipes-connectivity/openssl/openssl.inc +++ b/meta/recipes-connectivity/openssl/openssl.inc @@ -115,7 +115,7 @@ do_configure () { linux-mipsel) target=debian-mipsel ;; - linux-*-mips64) + linux-*-mips64 | linux-mips64) target=linux-mips ;; linux-microblaze*|linux-nios2*)