diff options
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 | 28 |
1 files changed, 28 insertions, 0 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 new file mode 100644 index 0000000000..bc2b70cf87 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-grpcio_1.27.1.bb | |||
@@ -0,0 +1,28 @@ | |||
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_append_class-target = " file://0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch \ | ||
10 | file://ppc-boringssl-support.patch \ | ||
11 | file://riscv64_support.patch \ | ||
12 | " | ||
13 | SRC_URI[md5sum] = "ccaf4e7eb4f031d926fb80035d193b98" | ||
14 | SRC_URI[sha256sum] = "a899725d34769a498ecd3be154021c4368dd22bdc69473f6ec46779696f626c4" | ||
15 | |||
16 | RDEPENDS_${PN} = "${PYTHON_PN}-protobuf \ | ||
17 | ${PYTHON_PN}-setuptools \ | ||
18 | ${PYTHON_PN}-six \ | ||
19 | " | ||
20 | |||
21 | inherit setuptools3 | ||
22 | inherit pypi | ||
23 | |||
24 | export GRPC_PYTHON_DISABLE_LIBC_COMPATIBILITY = "1" | ||
25 | |||
26 | CLEANBROKEN = "1" | ||
27 | |||
28 | BBCLASSEXTEND = "native nativesdk" | ||