[oe-commits] Tom Rini : openssl.inc: Add linux-powerpc64 to the linux-powerpc case

git version control git at git.openembedded.org
Mon Feb 21 16:24:43 UTC 2011


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

Author: Tom Rini <tom_rini at mentor.com>
Date:   Mon Feb 21 09:21:32 2011 -0700

openssl.inc: Add linux-powerpc64 to the linux-powerpc case

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

---

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

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





More information about the Openembedded-commits mailing list