diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-03-13 10:29:26 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-03-14 09:19:06 -0700 |
commit | 390c4d638e9fb6df858813a0e681e573f921ae83 (patch) | |
tree | fd2410650e5c7c19879ceaa09252f7e3f9d111da | |
parent | 6d3404408bfd453e13a7d54868d391b8f8936ead (diff) | |
download | meta-openembedded-390c4d638e9fb6df858813a0e681e573f921ae83.tar.gz |
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>
3 files changed, 5 insertions, 5 deletions
diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb index df4fcc8826..c6ac19a225 100644 --- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb +++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb | |||
@@ -449,7 +449,7 @@ RDEPENDS_packagegroup-meta-python3 = "\ | |||
449 | python3-zopeinterface \ | 449 | python3-zopeinterface \ |
450 | telepathy-python3 \ | 450 | telepathy-python3 \ |
451 | " | 451 | " |
452 | RDEPENDS_packagegroup-meta-python3_remove_powerpc64le = "python3-grpcio python3-grpcio-tools" | 452 | RDEPENDS_packagegroup-meta-python3_remove_libc-musl_powerpc64le = "python3-grpcio python3-grpcio-tools" |
453 | 453 | ||
454 | RDEPENDS_packagegroup-meta-python3-ptest = "\ | 454 | RDEPENDS_packagegroup-meta-python3-ptest = "\ |
455 | python3-cryptography-ptest \ | 455 | python3-cryptography-ptest \ |
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" | |||
17 | 17 | ||
18 | BBCLASSEXTEND = "native nativesdk" | 18 | BBCLASSEXTEND = "native nativesdk" |
19 | 19 | ||
20 | # Needs python3-grpcio which does not build for ppc64le | 20 | # Needs abseil-cpp which does not build for ppc64le/musl |
21 | COMPATIBLE_HOST_powerpc64le = "null" | 21 | COMPATIBLE_HOST_libc-musl_powerpc64le = "null" |
22 | 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 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" | |||
44 | 44 | ||
45 | CCACHE_DISABLE = "1" | 45 | CCACHE_DISABLE = "1" |
46 | 46 | ||
47 | # abseil-cpp/absl/base/internal/unscaledcycleclock.cc:100:2: error: #error Must implement UnscaledCycleClock::Frequency() | 47 | # needs vdso support |
48 | COMPATIBLE_HOST_powerpc64le = "null" | 48 | COMPATIBLE_HOST_libc-musl_powerpc64le = "null" |
49 | 49 | ||