diff options
| author | Khem Raj <raj.khem@gmail.com> | 2021-03-11 22:40:47 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-03-11 23:45:21 -0800 |
| commit | ad1ec6dcb194d54e3fac531ca39d2ca81c6de687 (patch) | |
| tree | 69174b547635ea544c05d3e7142d44bf9dcd0a53 /meta-python/recipes-devtools/python | |
| parent | 56e9e5255ca77d9af00d118de9e170f99f239b10 (diff) | |
| download | meta-openembedded-ad1ec6dcb194d54e3fac531ca39d2ca81c6de687.tar.gz | |
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>
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-grpcio-tools_1.35.0.bb | 4 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-grpcio_1.36.1.bb | 4 |
2 files changed, 8 insertions, 0 deletions
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 12b00cfa3f..475b4e6063 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 | |||
| @@ -16,3 +16,7 @@ SRC_URI[sha256sum] = "9e2a41cba9c5a20ae299d0fdd377fe231434fa04cbfbfb3807293c6ec1 | |||
| 16 | RDEPENDS_${PN} = "${PYTHON_PN}-grpcio" | 16 | RDEPENDS_${PN} = "${PYTHON_PN}-grpcio" |
| 17 | 17 | ||
| 18 | BBCLASSEXTEND = "native nativesdk" | 18 | BBCLASSEXTEND = "native nativesdk" |
| 19 | |||
| 20 | # Needs python3-grpcio which does not build for ppc64le | ||
| 21 | COMPATIBLE_HOST_powerpc64le = "null" | ||
| 22 | |||
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 3d875bf4ba..fa030b99e2 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 | |||
| @@ -43,3 +43,7 @@ CLEANBROKEN = "1" | |||
| 43 | BBCLASSEXTEND = "native nativesdk" | 43 | BBCLASSEXTEND = "native nativesdk" |
| 44 | 44 | ||
| 45 | CCACHE_DISABLE = "1" | 45 | CCACHE_DISABLE = "1" |
| 46 | |||
| 47 | # abseil-cpp/absl/base/internal/unscaledcycleclock.cc:100:2: error: #error Must implement UnscaledCycleClock::Frequency() | ||
| 48 | COMPATIBLE_HOST_powerpc64le = "null" | ||
| 49 | |||
