All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH] python3-grpcio: Disable for ppc64le
@ 2021-03-12  7:28 Khem Raj
  2021-03-15 13:02 ` [oe] " Trevor Gamblin
  0 siblings, 1 reply; 2+ messages in thread
From: Khem Raj @ 2021-03-12  7:28 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

abseil-cpp does not have support for ppc64le yet

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-python/recipes-devtools/python/python3-grpcio_1.36.1.bb | 4 ++++
 1 file changed, 4 insertions(+)

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"
 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"
+
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [oe] [meta-python][PATCH] python3-grpcio: Disable for ppc64le
  2021-03-12  7:28 [meta-python][PATCH] python3-grpcio: Disable for ppc64le Khem Raj
@ 2021-03-15 13:02 ` Trevor Gamblin
  0 siblings, 0 replies; 2+ messages in thread
From: Trevor Gamblin @ 2021-03-15 13:02 UTC (permalink / raw)
  To: Khem Raj, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1027 bytes --]


On 2021-03-12 2:28 a.m., Khem Raj wrote:
> [Please note: This e-mail is from an EXTERNAL e-mail address]
>
> abseil-cpp does not have support for ppc64le yet
>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   meta-python/recipes-devtools/python/python3-grpcio_1.36.1.bb | 4 ++++
>   1 file changed, 4 insertions(+)
>
> 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"
>   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"
> +
> --
> 2.30.2
>
>
> 
>

[-- Attachment #2: Type: text/html, Size: 1808 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-15 13:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-12  7:28 [meta-python][PATCH] python3-grpcio: Disable for ppc64le Khem Raj
2021-03-15 13:02 ` [oe] " Trevor Gamblin

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.