mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-17 22:48:28 +00:00
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:
@@ -449,6 +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-ptest = "\
|
||||
python3-cryptography-ptest \
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -43,3 +43,7 @@ CLEANBROKEN = "1"
|
||||
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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user