python3-grpcio,python3-grpcio-tools: Enable build on ppc64/glibc

We can compile abseil-cpp now for ppc64

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2021-03-13 10:29:26 -08:00
parent 6d3404408b
commit 390c4d638e
3 changed files with 5 additions and 5 deletions

View File

@@ -449,7 +449,7 @@ RDEPENDS_packagegroup-meta-python3 = "\
python3-zopeinterface \
telepathy-python3 \
"
RDEPENDS_packagegroup-meta-python3_remove_powerpc64le = "python3-grpcio python3-grpcio-tools"
RDEPENDS_packagegroup-meta-python3_remove_libc-musl_powerpc64le = "python3-grpcio python3-grpcio-tools"
RDEPENDS_packagegroup-meta-python3-ptest = "\
python3-cryptography-ptest \

View File

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

View File

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