[OE-core] [PATCH 5/7] openssl: Support musl-x32 build
swee.aun.khor at intel.com
swee.aun.khor at intel.com
Wed Jul 5 23:56:36 UTC 2017
From: sweeaun <swee.aun.khor at intel.com>
Support musl-x32 build which to build openssl with 32 bits.
Signed-off-by: sweeaun <swee.aun.khor at intel.com>
---
meta/recipes-connectivity/openssl/openssl.inc | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-connectivity/openssl/openssl.inc b/meta/recipes-connectivity/openssl/openssl.inc
index 3980ec2..bcbbe06 100644
--- a/meta/recipes-connectivity/openssl/openssl.inc
+++ b/meta/recipes-connectivity/openssl/openssl.inc
@@ -65,8 +65,7 @@ do_configure () {
os=${HOST_OS}
case $os in
linux-gnueabi |\
- linux-gnuspe |\
- linux-musl*)
+ linux-gnuspe)
os=linux
;;
*)
@@ -101,6 +100,9 @@ do_configure () {
linux-gnux32-x86_64)
target=linux-x32
;;
+ linux-muslx32-x86_64)
+ target=linux-x32
+ ;;
linux-gnu64-x86_64)
target=linux-x86_64
;;
--
2.7.4
More information about the Openembedded-core
mailing list