aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-04-30 07:36:02 -0700
committerKhem Raj <raj.khem@gmail.com>2022-04-30 07:39:08 -0700
commitf3d8e41b9d9b6fa6df92178f379d18f7e7a6478a (patch)
treee268692d7c2de7a0b5784a6b99ca32bd70553131 /meta-oe
parent42e6f16583e36857152ccb53b177e74f20b02667 (diff)
downloadmeta-openembedded-contrib-f3d8e41b9d9b6fa6df92178f379d18f7e7a6478a.tar.gz
libcereal: Enable for glibc/ppc
The error is not observed with glibc latest clang 14 Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/libcereal/libcereal_1.3.2.bb6
1 files changed, 3 insertions, 3 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 fc4fad708a..80c962ead4 100644
--- a/meta-oe/recipes-support/libcereal/libcereal_1.3.2.bb
+++ b/meta-oe/recipes-support/libcereal/libcereal_1.3.2.bb
@@ -45,6 +45,6 @@ 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"
+#it needs to work with CXXFLAGS += " -mlong-double-64" but ppc only supports 128bit long double
+COMPATIBLE_HOST:powerpc:libc-musl = "null"
+COMPATIBLE_HOST:powerpc64le:libc-musl = "null"