python3-grpcio,python3-grpcio-tools: Disable for ppc64le

abseil-cpp does not have support for ppc64le yet

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2021-03-11 22:40:47 -08:00
parent 56e9e5255c
commit ad1ec6dcb1
3 changed files with 9 additions and 0 deletions

View File

@@ -16,3 +16,7 @@ SRC_URI[sha256sum] = "9e2a41cba9c5a20ae299d0fdd377fe231434fa04cbfbfb3807293c6ec1
RDEPENDS_${PN} = "${PYTHON_PN}-grpcio"
BBCLASSEXTEND = "native nativesdk"
# Needs python3-grpcio which does not build for ppc64le
COMPATIBLE_HOST_powerpc64le = "null"