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

git version control git at git.openembedded.org
Fri Nov 19 15:22:15 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 9692544e1683a96555e5fcea4bbf2b9052c57a68
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9692544e1683a96555e5fcea4bbf2b9052c57a68

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