[oe-commits] Tom Rini : openssl.inc: Fix PowerPC64 builds

git version control git at git.openembedded.org
Thu Jun 2 20:01:28 UTC 2011


Module: openembedded.git
Branch: testing-next
Commit: e28053063e920200aa8628bc0afcc5fe210a8c1d
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=e28053063e920200aa8628bc0afcc5fe210a8c1d

Author: Tom Rini <tom_rini at mentor.com>
Date:   Fri May 27 14:23:01 2011 -0700

openssl.inc: Fix PowerPC64 builds

No INC_PR bump, no PowerPC64 configs here yet.

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

---

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

diff --git a/recipes/openssl/openssl.inc b/recipes/openssl/openssl.inc
index 24b517d..2460913 100644
--- a/recipes/openssl/openssl.inc
+++ b/recipes/openssl/openssl.inc
@@ -78,9 +78,12 @@ do_configure () {
 	linux-mipsel)
 		target=debian-mipsel
 		;;
-	linux-powerpc | linux-powerpc64)
+	linux-powerpc)
 		target=linux-ppc
 		;;
+	linux-powerpc64)
+		target=linux-ppc64
+		;;
 	linux-supersparc)
 		target=linux-sparcv8
 		;;





More information about the Openembedded-commits mailing list