blob: 23d25f7aa5ce5166f23ca83dbcde3d4702d5f59e [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:"
8SRC_URI_append_class-target = " file://0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch "
9
10RDEPENDS_${PN} = "${PYTHON_PN}-protobuf \
11 ${PYTHON_PN}-setuptools \
12 ${PYTHON_PN}-six \
13"
14
15LICENSE = "BSD-3-Clause"
16LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9"
17
18inherit pypi
19
20SRC_URI[md5sum] = "0987ae2e47b5103de3cacc437874a3c5"
21SRC_URI[sha256sum] = "4bf23666e763ca7ff6010465864e9f088f4ac7ecc1e11abd6f85b250e66b2c05"
22
23CLEANBROKEN = "1"
24
25BBCLASSEXTEND = "native nativesdk"