summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-grpcio/ppc-boringssl-support.patch
Commit message (Collapse)AuthorAgeFilesLines
* python3-grpcio: Upgrade to 1.27.1Khem Raj2020-02-131-17/+0
| | | | | | | | | | | | Merge inc file into bb, there are no other users of it 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 <raj.khem@gmail.com>
* python-grpcio: Upgrade to 1.17.1Khem Raj2018-12-231-0/+17
Patch to fix ppc build Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Tim "moto-timo" Orling <TicoTimo@gmail.com> Cc: Derek Straka <derek@asterius.io>