libcereal: Enable for glibc/ppc

The error is not observed with glibc latest clang 14

Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit f3d8e41b9d9b6fa6df92178f379d18f7e7a6478a)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Khem Raj 2022-04-30 07:36:02 -07:00 committed by Armin Kuster
parent 3a34f2f641
commit 353934eb66

View File

@ -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"