summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2014-02-16 01:45:25 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-02-17 15:37:17 +0000
commitb448cf77d9bf688c4bf8d41cc70664259cc7b1ea (patch)
treec4cc6f4f0b783d3541d5ff453c60b8714e6700d8 /meta/recipes-connectivity
parent94ba45932c2fcd15aa894c8dc4063a261e993b96 (diff)
downloadast2050-yocto-poky-b448cf77d9bf688c4bf8d41cc70664259cc7b1ea.zip
ast2050-yocto-poky-b448cf77d9bf688c4bf8d41cc70664259cc7b1ea.tar.gz
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 <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r--meta/recipes-connectivity/openssl/openssl.inc7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl.inc b/meta/recipes-connectivity/openssl/openssl.inc
index 373d329..e924914 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
;;
OpenPOWER on IntegriCloud