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 Acked-by: Trevor Gamblin > --- > 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 > > > >