summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-grpcio.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python-grpcio.inc')
-rw-r--r--meta-python/recipes-devtools/python/python-grpcio.inc30
1 files changed, 0 insertions, 30 deletions
diff --git a/meta-python/recipes-devtools/python/python-grpcio.inc b/meta-python/recipes-devtools/python/python-grpcio.inc
deleted file mode 100644
index c5762b26b2..0000000000
--- a/meta-python/recipes-devtools/python/python-grpcio.inc
+++ /dev/null
@@ -1,30 +0,0 @@
1DESCRIPTION = "Google gRPC"
2HOMEPAGE = "http://www.grpc.io/"
3SECTION = "devel/python"
4
5DEPENDS_append = "${PYTHON_PN}-protobuf"
6
7FILESEXTRAPATHS_prepend := "${THISDIR}/python-grpcio:"
8
9SRC_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 file://gettid.patch \
13"
14
15RDEPENDS_${PN} = "${PYTHON_PN}-protobuf \
16 ${PYTHON_PN}-setuptools \
17 ${PYTHON_PN}-six \
18"
19
20LICENSE = "Apache-2.0"
21LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
22
23inherit pypi
24
25SRC_URI[md5sum] = "188565f150f34d1927b87e014f0f4b73"
26SRC_URI[sha256sum] = "2ddbca16c2e7b3f2ffc6e34c7cfa6886fb01de9f156ad3f77b72ad652d632097"
27
28CLEANBROKEN = "1"
29
30BBCLASSEXTEND = "native nativesdk"