diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2021-04-09 14:23:55 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-04-13 08:06:07 -0700 |
| commit | d5e3c261605e7623eb361db8fe3dbf18413d6ecb (patch) | |
| tree | 72c9077680494775b12ae2b8666314e35c35f421 /meta-python/recipes-devtools/python/python3-grpcio_1.36.1.bb | |
| parent | 801b0870288d55864102c0cc8bdb8522d88d8bc0 (diff) | |
| download | meta-openembedded-d5e3c261605e7623eb361db8fe3dbf18413d6ecb.tar.gz | |
python3-grpcio: Upgrade 1.36.1 -> 1.37.0
Upgrade to release 1.37.0:
- Use boringssl asm optimizations in aarch64 wheel source build.
- Clarify Guarantees about grpc.Future Interface.
- Use crosscompilation to build python armv7 wheels.
- [Aio] Add time_remaining method to ServicerContext.
- Standardize all environment variable boolean configuration in
python's setup.py.
- Crosscompile python aarch64 wheels with dockcross.
- Fix Signal Safety Issue.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-grpcio_1.36.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-grpcio_1.36.1.bb | 49 |
1 files changed, 0 insertions, 49 deletions
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 deleted file mode 100644 index 13cef537e2..0000000000 --- a/meta-python/recipes-devtools/python/python3-grpcio_1.36.1.bb +++ /dev/null | |||
| @@ -1,49 +0,0 @@ | |||
| 1 | DESCRIPTION = "Google gRPC" | ||
| 2 | HOMEPAGE = "http://www.grpc.io/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | ||
| 6 | |||
| 7 | DEPENDS += "${PYTHON_PN}-protobuf" | ||
| 8 | |||
| 9 | SRC_URI += "file://0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch" | ||
| 10 | SRC_URI_append_class-target = " file://ppc-boringssl-support.patch \ | ||
| 11 | file://riscv64_support.patch \ | ||
| 12 | file://boring_ssl.patch \ | ||
| 13 | file://mips_bigendian.patch \ | ||
| 14 | file://0001-absl-always-use-asm-sgidefs.h.patch \ | ||
| 15 | " | ||
| 16 | SRC_URI[sha256sum] = "a66ea59b20f3669df0f0c6a3bd57b985e5b2d1dcf3e4c29819bb8dc232d0fd38" | ||
| 17 | |||
| 18 | RDEPENDS_${PN} = "${PYTHON_PN}-protobuf \ | ||
| 19 | ${PYTHON_PN}-setuptools \ | ||
| 20 | ${PYTHON_PN}-six \ | ||
| 21 | " | ||
| 22 | |||
| 23 | inherit setuptools3 | ||
| 24 | inherit pypi | ||
| 25 | |||
| 26 | export GRPC_PYTHON_DISABLE_LIBC_COMPATIBILITY = "1" | ||
| 27 | |||
| 28 | BORING_SSL_PLATFORM_arm = "linux-arm" | ||
| 29 | BORING_SSL_PLATFORM_x86-64 = "linux-x86_64" | ||
| 30 | BORING_SSL_PLATFORM ?= "unsupported" | ||
| 31 | export GRPC_BORING_SSL_PLATFORM = "${BORING_SSL_PLATFORM}" | ||
| 32 | |||
| 33 | BORING_SSL_x86-64 = "1" | ||
| 34 | BORING_SSL_arm = "1" | ||
| 35 | BORING_SSL ?= "0" | ||
| 36 | export GRPC_BUILD_WITH_BORING_SSL_ASM = "${BORING_SSL}" | ||
| 37 | |||
| 38 | GRPC_CFLAGS_append_toolchain-clang = " -fvisibility=hidden -fno-wrapv -fno-exceptions" | ||
| 39 | export GRPC_PYTHON_CFLAGS = "${GRPC_CFLAGS}" | ||
| 40 | |||
| 41 | CLEANBROKEN = "1" | ||
| 42 | |||
| 43 | BBCLASSEXTEND = "native nativesdk" | ||
| 44 | |||
| 45 | CCACHE_DISABLE = "1" | ||
| 46 | |||
| 47 | # needs vdso support | ||
| 48 | COMPATIBLE_HOST_libc-musl_powerpc64le = "null" | ||
| 49 | |||
