aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-04-09 14:10:03 -0700
committerKhem Raj <raj.khem@gmail.com>2022-04-10 10:05:35 -0700
commit35ea4b37baea02ba1ab17cbe69901bc319a0ea47 (patch)
treeedf20c4c5ff42d329d5dd37e40f47b7f224945e9 /meta-oe/recipes-support
parent8d3ee7b2d83ce2106c7f3e7b5129a221cbfe4d7a (diff)
downloadmeta-openembedded-contrib-35ea4b37baea02ba1ab17cbe69901bc319a0ea47.tar.gz
libcereal: Disable on ppc/ppc64
It does not support 128-bit long doubles Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/libcereal/libcereal_1.3.2.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libcereal/libcereal_1.3.2.bb b/meta-oe/recipes-support/libcereal/libcereal_1.3.2.bb
index b76cd2eb60..0bb06c1d1f 100644
--- a/meta-oe/recipes-support/libcereal/libcereal_1.3.2.bb
+++ b/meta-oe/recipes-support/libcereal/libcereal_1.3.2.bb
@@ -44,3 +44,7 @@ ALLOW_EMPTY:${PN} = "1"
RDEPENDS:${PN}-dev = ""
BBCLASSEXTEND = "native nativesdk"
+
+#it needs to work with CXXFLAGS += " -mlong-double-64" but ppc64 only supports 128bit long double
+COMPATIBLE_HOST:powerpc64le = "null"
+COMPATIBLE_HOST:powerpc = "null"