diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-grpcio.inc')
| -rw-r--r-- | meta-python/recipes-devtools/python/python-grpcio.inc | 30 |
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 @@ | |||
| 1 | DESCRIPTION = "Google gRPC" | ||
| 2 | HOMEPAGE = "http://www.grpc.io/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | |||
| 5 | DEPENDS_append = "${PYTHON_PN}-protobuf" | ||
| 6 | |||
| 7 | FILESEXTRAPATHS_prepend := "${THISDIR}/python-grpcio:" | ||
| 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 | file://gettid.patch \ | ||
| 13 | " | ||
| 14 | |||
| 15 | RDEPENDS_${PN} = "${PYTHON_PN}-protobuf \ | ||
| 16 | ${PYTHON_PN}-setuptools \ | ||
| 17 | ${PYTHON_PN}-six \ | ||
| 18 | " | ||
| 19 | |||
| 20 | LICENSE = "Apache-2.0" | ||
| 21 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | ||
| 22 | |||
| 23 | inherit pypi | ||
| 24 | |||
| 25 | SRC_URI[md5sum] = "188565f150f34d1927b87e014f0f4b73" | ||
| 26 | SRC_URI[sha256sum] = "2ddbca16c2e7b3f2ffc6e34c7cfa6886fb01de9f156ad3f77b72ad652d632097" | ||
| 27 | |||
| 28 | CLEANBROKEN = "1" | ||
| 29 | |||
| 30 | BBCLASSEXTEND = "native nativesdk" | ||
