[oe-commits] Khem Raj : openssl: Re-add linux-uclibc tuple

git at git.openembedded.org git at git.openembedded.org
Tue Aug 26 20:41:01 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 971ac0a857daad4b368183826b98f50499b0de97
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=971ac0a857daad4b368183826b98f50499b0de97

Author: Khem Raj <raj.khem at gmail.com>
Date:   Mon Aug 25 16:45:01 2014 -0700

openssl: Re-add linux-uclibc tuple

With last restructuring for musl, some of uclibc targets got ignored
fsl/ppc and ARM worked ok since they use special target triplets which
were already considered but other like mips, x86 and so on failed

Signed-off-by: Khem Raj <raj.khem at gmail.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-connectivity/openssl/openssl.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-connectivity/openssl/openssl.inc b/meta/recipes-connectivity/openssl/openssl.inc
index b63d164..9ec884f 100644
--- a/meta/recipes-connectivity/openssl/openssl.inc
+++ b/meta/recipes-connectivity/openssl/openssl.inc
@@ -62,6 +62,7 @@ do_configure () {
 
 	os=${HOST_OS}
 	case $os in
+	linux-uclibc |\
 	linux-uclibceabi |\
 	linux-gnueabi |\
 	linux-uclibcspe |\



More information about the Openembedded-commits mailing list