[oe-commits] [openembedded-core] 15/19: openssl10: set right target for ilp32 build

git at git.openembedded.org git at git.openembedded.org
Thu Aug 31 16:55:35 UTC 2017


This is an automated email from the git hooks/post-receive script.

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

commit 8da2ce0d81212506c6e8e4865ba2933268cabf25
Author: Vishal Bhoj <vishal.bhoj at linaro.org>
AuthorDate: Thu Aug 31 11:28:49 2017 +0100

    openssl10: set right target for ilp32 build
    
    Signed-off-by: Vishal Bhoj <vishal.bhoj at linaro.org>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-connectivity/openssl/openssl10.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-connectivity/openssl/openssl10.inc b/meta/recipes-connectivity/openssl/openssl10.inc
index 5782990..a710e9e 100644
--- a/meta/recipes-connectivity/openssl/openssl10.inc
+++ b/meta/recipes-connectivity/openssl/openssl10.inc
@@ -126,7 +126,7 @@ do_configure () {
 	linux-mips*)
 		target=debian-mips
 		;;
-	linux-microblaze*|linux-nios2*)
+	linux-microblaze*|linux-nios2*|linux-gnu*ilp32**)
 		target=linux-generic32
 		;;
 	linux-powerpc)

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


More information about the Openembedded-commits mailing list