From b448cf77d9bf688c4bf8d41cc70664259cc7b1ea Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 16 Feb 2014 01:45:25 +0000 Subject: openssl: Fix build on uclibc we need to map OS string correctly to include linux-uclibcspe which is what we use with ppc+spe on uclibc, additionally move gnuspe triplet mapping to same code as well (From OE-Core rev: d9ee01e4043b8b321d7c374797492ef3c4c2e0de) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-connectivity/openssl/openssl.inc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'meta/recipes-connectivity') diff --git a/meta/recipes-connectivity/openssl/openssl.inc b/meta/recipes-connectivity/openssl/openssl.inc index 373d329460..e9249145fb 100644 --- a/meta/recipes-connectivity/openssl/openssl.inc +++ b/meta/recipes-connectivity/openssl/openssl.inc @@ -66,6 +66,10 @@ do_configure () { os=linux elif [ "x$os" = "xlinux-uclibceabi" ]; then os=linux + elif [ "x$os" = "xlinux-uclibcspe" ]; then + os=linux + elif [ "x$os" = "xlinux-gnuspe" ]; then + os=linux elif [ "x$os" = "xlinux-gnueabi" ]; then os=linux fi @@ -113,9 +117,6 @@ do_configure () { linux-powerpc) target=linux-ppc ;; - linux-gnuspe-powerpc) - target=linux-ppc - ;; linux-powerpc64) target=linux-ppc64 ;; -- cgit v1.2.3-54-g00ecf