summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-grpcio.inc
Commit message (Collapse)AuthorAgeFilesLines
* python3-grpcio: Upgrade to 1.27.1Khem Raj2020-02-131-30/+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>
* Remove bogus COMMON_LICENSE_DIR usage in LIC_FILES_CHKSUMAdrian Bunk2019-08-301-2/+2
| | | | | | | | | | | Using COMMON_LICENSE_DIR in LIC_FILES_CHKSUM of downloaded code is never the right thing to do, there must be some license information and that has to be checked instead. In several cases the claimed LICENSE was also incorrect. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-grpcio: Use gettid API from glibc 2.30+Khem Raj2019-08-081-0/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-grpcio: Upgrade to 1.19.0Khem Raj2019-03-061-2/+4
| | | | | | | Refresh patch to apply cleanly Fix build for RISC-V Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-grpcio: Upgrade to 1.17.1Khem Raj2018-12-231-4/+6
| | | | | | | | 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>
* python{,3}-grpcio: update to 1.14.1Jens Rehsack2018-08-281-0/+25
Update python-grpcio and add related python3-grpcio recipe for recent features and bug-fixes. Signed-off-by: Jens Rehsack <sno@netbsd.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>