[OE-core] [PATCH] openssl: fix mips64 configure support
Khem Raj
raj.khem at gmail.com
Thu Nov 5 16:18:57 UTC 2015
> On Nov 4, 2015, at 10:09 PM, wenzong.fan at windriver.com wrote:
>
> From: Wenzong Fan <wenzong.fan at windriver.com>
>
> Match target name linux-mips64 as well, all mips64 targets will have
> mips(32) userspace.
this comment seems to be not relevant to the change
>
> Signed-off-by: Wenzong Fan <wenzong.fan at windriver.com>
> ---
> meta/recipes-connectivity/openssl/openssl.inc | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-connectivity/openssl/openssl.inc b/meta/recipes-connectivity/openssl/openssl.inc
> index 8af423f..b69cb4c 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*)
> --
> 1.9.1
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 204 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20151105/f1051d8f/attachment-0002.sig>
More information about the Openembedded-core
mailing list