blob: c5762b26b27d7b013ac425fb0a6206bea1f76a17 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001DESCRIPTION = "Google gRPC"
2HOMEPAGE = "http://www.grpc.io/"
3SECTION = "devel/python"
4
5DEPENDS_append = "${PYTHON_PN}-protobuf"
6
7FILESEXTRAPATHS_prepend := "${THISDIR}/python-grpcio:"
Brad Bishop19323692019-04-05 15:28:33 -04008
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 \
Brad Bishop26bdd442019-08-16 17:08:17 -040012 file://gettid.patch \
Brad Bishop19323692019-04-05 15:28:33 -040013"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080014
15RDEPENDS_${PN} = "${PYTHON_PN}-protobuf \
16 ${PYTHON_PN}-setuptools \
17 ${PYTHON_PN}-six \
18"
19
Brad Bishop0f291cc2019-09-01 15:16:57 -040020LICENSE = "Apache-2.0"
21LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080022
23inherit pypi
24
Brad Bishop19323692019-04-05 15:28:33 -040025SRC_URI[md5sum] = "188565f150f34d1927b87e014f0f4b73"
26SRC_URI[sha256sum] = "2ddbca16c2e7b3f2ffc6e34c7cfa6886fb01de9f156ad3f77b72ad652d632097"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080027
28CLEANBROKEN = "1"
29
30BBCLASSEXTEND = "native nativesdk"