diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-03-15 09:18:24 -0700 |
|---|---|---|
| committer | tgamblin <trevor.gamblin@windriver.com> | 2022-03-15 15:34:22 -0400 |
| commit | b9936f62abf48097edd231878c7137aeaa39518f (patch) | |
| tree | f9360ff617c61a85637e9637f31a4f959978b555 /meta-python/recipes-devtools/python/python3-grpcio-tools_1.44.0.bb | |
| parent | f5a978bb7ed047537eb98306cf87704983907693 (diff) | |
| download | meta-openembedded-b9936f62abf48097edd231878c7137aeaa39518f.tar.gz | |
python3-grpcio, python3-grpcio-tools: Upgrade to 1.44.0
- Fix build on ppc64le/musl
- Add patch to fix abseil on ppc64
- Changes are here [1]
[1] https://github.com/grpc/grpc/releases/tag/v1.44.0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: tgamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-grpcio-tools_1.44.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-grpcio-tools_1.44.0.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.44.0.bb b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.44.0.bb new file mode 100644 index 0000000000..1b219fc950 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.44.0.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | DESCRIPTION = "Google gRPC tools" | ||
| 2 | HOMEPAGE = "http://www.grpc.io/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | |||
| 5 | LICENSE = "Apache-2.0" | ||
| 6 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=7145f7cdd263359b62d342a02f005515" | ||
| 7 | |||
| 8 | inherit pypi setuptools3 | ||
| 9 | |||
| 10 | DEPENDS += "${PYTHON_PN}-grpcio" | ||
| 11 | |||
| 12 | SRC_URI += "file://0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch" | ||
| 13 | SRC_URI[sha256sum] = "be37f458ea510c9a8f1caabbc2b258d12e55d189a567f5edcace90f27dc0efbf" | ||
| 14 | |||
| 15 | RDEPENDS:${PN} = "${PYTHON_PN}-grpcio" | ||
| 16 | |||
| 17 | BBCLASSEXTEND = "native nativesdk" | ||
