diff options
| author | Jens Rehsack <sno@netbsd.org> | 2018-08-27 13:07:31 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2018-08-28 09:36:28 -0700 |
| commit | b3b34496758768d06a18621754492dde730c9423 (patch) | |
| tree | e3581d6353f5e60d670360b3b6dc529452fceb6d /meta-python/recipes-devtools/python/python-grpcio.inc | |
| parent | d9309e44aa1d530c77ced19af1b4d2c5c0dbec6e (diff) | |
| download | meta-openembedded-b3b34496758768d06a18621754492dde730c9423.tar.gz | |
python{,3}-grpcio: update to 1.14.1
Update python-grpcio and add related python3-grpcio recipe
for recent features and bug-fixes.
Signed-off-by: Jens Rehsack <sno@netbsd.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-grpcio.inc')
| -rw-r--r-- | meta-python/recipes-devtools/python/python-grpcio.inc | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-grpcio.inc b/meta-python/recipes-devtools/python/python-grpcio.inc new file mode 100644 index 0000000000..23d25f7aa5 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-grpcio.inc | |||
| @@ -0,0 +1,25 @@ | |||
| 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 | SRC_URI_append_class-target = " file://0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch " | ||
| 9 | |||
| 10 | RDEPENDS_${PN} = "${PYTHON_PN}-protobuf \ | ||
| 11 | ${PYTHON_PN}-setuptools \ | ||
| 12 | ${PYTHON_PN}-six \ | ||
| 13 | " | ||
| 14 | |||
| 15 | LICENSE = "BSD-3-Clause" | ||
| 16 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9" | ||
| 17 | |||
| 18 | inherit pypi | ||
| 19 | |||
| 20 | SRC_URI[md5sum] = "0987ae2e47b5103de3cacc437874a3c5" | ||
| 21 | SRC_URI[sha256sum] = "4bf23666e763ca7ff6010465864e9f088f4ac7ecc1e11abd6f85b250e66b2c05" | ||
| 22 | |||
| 23 | CLEANBROKEN = "1" | ||
| 24 | |||
| 25 | BBCLASSEXTEND = "native nativesdk" | ||
