diff options
| author | Khem Raj <raj.khem@gmail.com> | 2021-02-17 13:54:40 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-02-19 10:02:43 -0800 |
| commit | 9cdca949b67bd681707b74c0264b20125c5ea8a5 (patch) | |
| tree | 55e83203f13bbe28423ddfe7d0fa61a241b1051d /meta-python/recipes-devtools/python/python3-grpcio_1.27.1.bb | |
| parent | 31aceae5e73318d6003ba0141ea28596b6117a9b (diff) | |
| download | meta-openembedded-9cdca949b67bd681707b74c0264b20125c5ea8a5.tar.gz | |
python3-grpcio: Upgrade to 1.35.0
Drop 0001-Fix-build-on-riscv32.patch, its upstreamed
Forward port rest of the patches
Use OPENSSL_NO_ASM only for armv7+/aarch64
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-grpcio_1.27.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-grpcio_1.27.1.bb | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/meta-python/recipes-devtools/python/python3-grpcio_1.27.1.bb b/meta-python/recipes-devtools/python/python3-grpcio_1.27.1.bb deleted file mode 100644 index 129bb35bcc..0000000000 --- a/meta-python/recipes-devtools/python/python3-grpcio_1.27.1.bb +++ /dev/null | |||
| @@ -1,35 +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://0001-Fix-build-on-riscv32.patch \ | ||
| 13 | " | ||
| 14 | SRC_URI[md5sum] = "ccaf4e7eb4f031d926fb80035d193b98" | ||
| 15 | SRC_URI[sha256sum] = "a899725d34769a498ecd3be154021c4368dd22bdc69473f6ec46779696f626c4" | ||
| 16 | |||
| 17 | RDEPENDS_${PN} = "${PYTHON_PN}-protobuf \ | ||
| 18 | ${PYTHON_PN}-setuptools \ | ||
| 19 | ${PYTHON_PN}-six \ | ||
| 20 | " | ||
| 21 | |||
| 22 | inherit setuptools3 | ||
| 23 | inherit pypi | ||
| 24 | |||
| 25 | export GRPC_PYTHON_DISABLE_LIBC_COMPATIBILITY = "1" | ||
| 26 | |||
| 27 | do_compile_prepend_toolchain-clang() { | ||
| 28 | export GRPC_PYTHON_CFLAGS='-fvisibility=hidden -fno-wrapv -fno-exceptions' | ||
| 29 | } | ||
| 30 | |||
| 31 | CLEANBROKEN = "1" | ||
| 32 | |||
| 33 | BBCLASSEXTEND = "native nativesdk" | ||
| 34 | |||
| 35 | CCACHE_DISABLE = "1" | ||
