From: "Trevor Gamblin" <trevor.gamblin@windriver.com>
To: Khem Raj <raj.khem@gmail.com>, openembedded-devel@lists.openembedded.org
Subject: Re: [oe] [meta-python][PATCH 2/2] python3-grpcio,python3-grpcio-tools: Enable build on ppc64/glibc
Date: Mon, 15 Mar 2021 09:03:43 -0400 [thread overview]
Message-ID: <c410e7b2-9573-25a6-4efc-56ea0e777bb1@windriver.com> (raw)
In-Reply-To: <20210313183047.402000-2-raj.khem@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 2673 bytes --]
On 2021-03-13 1:30 p.m., Khem Raj wrote:
> [Please note: This e-mail is from an EXTERNAL e-mail address]
>
> We can compile abseil-cpp now for ppc64
>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
> .../recipes-core/packagegroups/packagegroup-meta-python.bb | 2 +-
> .../recipes-devtools/python/python3-grpcio-tools_1.35.0.bb | 4 ++--
> meta-python/recipes-devtools/python/python3-grpcio_1.36.1.bb | 4 ++--
> 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 = "\
> 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 \
> 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"
>
> 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"
>
> 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"
>
> 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"
>
> --
> 2.30.2
>
>
>
>
[-- Attachment #2: Type: text/html, Size: 3468 bytes --]
prev parent reply other threads:[~2021-03-15 13:03 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-13 18:30 [meta-oe][PATCH 1/2] abseil-cpp: Fix build on musl and ppc64 Khem Raj
2021-03-13 18:30 ` [meta-python][PATCH 2/2] python3-grpcio,python3-grpcio-tools: Enable build on ppc64/glibc Khem Raj
2021-03-15 13:03 ` Trevor Gamblin [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=c410e7b2-9573-25a6-4efc-56ea0e777bb1@windriver.com \
--to=trevor.gamblin@windriver.com \
--cc=openembedded-devel@lists.openembedded.org \
--cc=raj.khem@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.