[oe-commits] Tom Rini : openssl.inc: Update powerpc logic

git version control git at git.openembedded.org
Fri Nov 19 18:54:14 UTC 2010


Module: openembedded.git
Branch: release-2010.12
Commit: 54c29ab7a8635a2c850899f4927b022b533d1cb3
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=54c29ab7a8635a2c850899f4927b022b533d1cb3

Author: Tom Rini <tom_rini at mentor.com>
Date:   Fri Nov 19 08:14:13 2010 -0700

openssl.inc: Update powerpc logic

We 'spe' needs similar tests to 'eabi'.

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/openssl/openssl.inc |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/recipes/openssl/openssl.inc b/recipes/openssl/openssl.inc
index 1ef5f0f..885d933 100644
--- a/recipes/openssl/openssl.inc
+++ b/recipes/openssl/openssl.inc
@@ -44,6 +44,10 @@ do_configure () {
 		os=linux
 	elif [ "x$os" = "xlinux-gnueabi" ]; then
 		os=linux
+	elif [ "x$os" = "xlinux-uclibcspe" ]; then
+		os=linux
+	elif [ "x$os" = "xlinux-gnuspe" ]; then
+		os=linux
 	fi
 	target="$os-${HOST_ARCH}"
 	case $target in
@@ -77,9 +81,6 @@ do_configure () {
 	linux-powerpc)
 		target=linux-ppc
 		;;
-	linux-gnuspe-powerpc)
-		target=linux-ppc
-		;;
 	linux-supersparc)
 		target=linux-sparcv8
 		;;





More information about the Openembedded-commits mailing list