[oe-commits] [openembedded-core] 09/10: openssl: Fix MIPS64be and add MIPS64le

git at git.openembedded.org git at git.openembedded.org
Thu Sep 15 11:20:32 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit dd11361b77f2d235699af54767b49d54d5d333b6
Author: Zubair Lutfullah Kakakhel <Zubair.Kakakhel at imgtec.com>
AuthorDate: Wed Sep 14 17:53:11 2016 +0100

    openssl: Fix MIPS64be and add MIPS64le
    
    MIPS64 target was being configured for linux-mips which defaults to
    MIPS32. Doesn't cause any issue as far as I can see but it would be
    wiser to use the correct target configuration.
    
    Also add MIPS64le configuration which is missing.
    
    Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel at imgtec.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-connectivity/openssl/openssl.inc | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-connectivity/openssl/openssl.inc b/meta/recipes-connectivity/openssl/openssl.inc
index de8b6ac..f83664c 100644
--- a/meta/recipes-connectivity/openssl/openssl.inc
+++ b/meta/recipes-connectivity/openssl/openssl.inc
@@ -114,7 +114,10 @@ do_configure () {
 		target=debian-mipsel
 		;;
         linux-*-mips64 | linux-mips64)
-               target=linux-mips
+               target=debian-mips64
+                ;;
+        linux-*-mips64el | linux-mips64el)
+               target=debian-mips64el
                 ;;
 	linux-microblaze*|linux-nios2*)
 		target=linux-generic32

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list