Re: [oe] [meta-python2][PATCH] python-grpcio: Upgrade to 1.27.1

2020-02-14 Thread Khem Raj
On 2/14/20 8:06 AM, Tim Orling wrote: Thank you. I've merged this, but noticed 1.27.2 was released to patch python. Can you have a look? https://github.com/grpc/grpc/releases/tag/v1.27.2 interesting timing. My intention was to get 64bit time_t fixes only. On Wed, Feb 12, 2020 at 9:55 PM

Re: [oe] [meta-python2][PATCH] python-grpcio: Upgrade to 1.27.1

2020-02-14 Thread Tim Orling
Thank you. I've merged this, but noticed 1.27.2 was released to patch python. Can you have a look? https://github.com/grpc/grpc/releases/tag/v1.27.2 On Wed, Feb 12, 2020 at 9:55 PM Khem Raj wrote: > Delete gettid patch, fixed differenty upstream > Add code to use cross compiler in setup.py > >

[oe] [meta-python2][PATCH] python-grpcio: Upgrade to 1.27.1

2020-02-12 Thread Khem Raj
Delete gettid patch, fixed differenty upstream Add code to use cross compiler in setup.py Define GRPC_PYTHON_DISABLE_LIBC_COMPATIBILITY so it does not use SYS_clock_gettime syscalls since it does not work when 64bit time_t is used on 32bit arches Signed-off-by: Khem Raj ---