From 390c4d638e9fb6df858813a0e681e573f921ae83 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 13 Mar 2021 10:29:26 -0800 Subject: python3-grpcio,python3-grpcio-tools: Enable build on ppc64/glibc We can compile abseil-cpp now for ppc64 Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-grpcio-tools_1.35.0.bb | 4 ++-- meta-python/recipes-devtools/python/python3-grpcio_1.36.1.bb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.35.0.bb b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.35.0.bb index 475b4e6063..6758429aef 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.35.0.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.35.0.bb @@ -17,6 +17,6 @@ RDEPENDS_${PN} = "${PYTHON_PN}-grpcio" BBCLASSEXTEND = "native nativesdk" -# Needs python3-grpcio which does not build for ppc64le -COMPATIBLE_HOST_powerpc64le = "null" +# Needs abseil-cpp which does not build for ppc64le/musl +COMPATIBLE_HOST_libc-musl_powerpc64le = "null" diff --git a/meta-python/recipes-devtools/python/python3-grpcio_1.36.1.bb b/meta-python/recipes-devtools/python/python3-grpcio_1.36.1.bb index fa030b99e2..13cef537e2 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio_1.36.1.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio_1.36.1.bb @@ -44,6 +44,6 @@ BBCLASSEXTEND = "native nativesdk" CCACHE_DISABLE = "1" -# abseil-cpp/absl/base/internal/unscaledcycleclock.cc:100:2: error: #error Must implement UnscaledCycleClock::Frequency() -COMPATIBLE_HOST_powerpc64le = "null" +# needs vdso support +COMPATIBLE_HOST_libc-musl_powerpc64le = "null" -- cgit v1.2.3-54-g00ecf