[OE-core] [OE-Core][PATCH 3/4] mpfr: Disable float128 when building with musl as libc

Serhey Popovych serhe.popovych at gmail.com
Sat Jan 12 09:22:49 UTC 2019


Since it does not support float128 type.

Signed-off-by: Serhey Popovych <serhe.popovych at gmail.com>
---
 meta/recipes-support/mpfr/mpfr_4.0.1.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-support/mpfr/mpfr_4.0.1.bb b/meta/recipes-support/mpfr/mpfr_4.0.1.bb
index 2eee76a..ccf7fdc 100644
--- a/meta/recipes-support/mpfr/mpfr_4.0.1.bb
+++ b/meta/recipes-support/mpfr/mpfr_4.0.1.bb
@@ -16,4 +16,6 @@ SRC_URI[sha256sum] = "67874a60826303ee2fb6affc6dc0ddd3e749e9bfcb4c8655e3953d0458
 
 UPSTREAM_CHECK_URI = "http://www.mpfr.org/mpfr-current/"
 
+EXTRA_OECONF_append_libc-musl = " --disable-float128"
+
 BBCLASSEXTEND = "native nativesdk"
-- 
2.7.4



More information about the Openembedded-core mailing list