Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 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:" |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 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 | " |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 13 | |
| 14 | RDEPENDS_${PN} = "${PYTHON_PN}-protobuf \ |
| 15 | ${PYTHON_PN}-setuptools \ |
| 16 | ${PYTHON_PN}-six \ |
| 17 | " |
| 18 | |
| 19 | LICENSE = "BSD-3-Clause" |
| 20 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9" |
| 21 | |
| 22 | inherit pypi |
| 23 | |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 24 | SRC_URI[md5sum] = "188565f150f34d1927b87e014f0f4b73" |
| 25 | SRC_URI[sha256sum] = "2ddbca16c2e7b3f2ffc6e34c7cfa6886fb01de9f156ad3f77b72ad652d632097" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 26 | |
| 27 | CLEANBROKEN = "1" |
| 28 | |
| 29 | BBCLASSEXTEND = "native nativesdk" |