summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-grpcio/gettid.patch
Commit message (Collapse)AuthorAgeFilesLines
* python3-grpcio: Upgrade to 1.27.1Khem Raj2020-02-131-26/+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: Use gettid API from glibc 2.30+Khem Raj2019-08-081-0/+26
Signed-off-by: Khem Raj <raj.khem@gmail.com>