diff options
author | Wenzong Fan <wenzong.fan@windriver.com> | 2015-11-05 01:09:11 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-11-16 11:39:34 +0000 |
commit | a1ca7880920744b1a2e3fdf865e2bf6e469899a1 (patch) | |
tree | f25a36f35916989a77bd88d3c3270677fcd5e6a2 /meta | |
parent | 5a10a6f153744922a5f0cab0ea98427a1d67ad6c (diff) | |
download | poky-a1ca7880920744b1a2e3fdf865e2bf6e469899a1.tar.gz |
openssl: fix mips64 configure support
Match target name linux-mips64 as well, all mips64 targets will have
mips(32) userspace.
(From OE-Core rev: 245113ca1075bc3f0c47952e80b437229f855080)
Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-connectivity/openssl/openssl.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl.inc b/meta/recipes-connectivity/openssl/openssl.inc index 8af423f1a7..b69cb4ca4e 100644 --- a/meta/recipes-connectivity/openssl/openssl.inc +++ b/meta/recipes-connectivity/openssl/openssl.inc | |||
@@ -115,7 +115,7 @@ do_configure () { | |||
115 | linux-mipsel) | 115 | linux-mipsel) |
116 | target=debian-mipsel | 116 | target=debian-mipsel |
117 | ;; | 117 | ;; |
118 | linux-*-mips64) | 118 | linux-*-mips64 | linux-mips64) |
119 | target=linux-mips | 119 | target=linux-mips |
120 | ;; | 120 | ;; |
121 | linux-microblaze*|linux-nios2*) | 121 | linux-microblaze*|linux-nios2*) |