diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-03-06 16:43:21 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-03-08 10:07:23 -0800 |
| commit | 7fc8087c65370b9a7ca73dc4fbd2f1621c2aed94 (patch) | |
| tree | 5b6b5f1117c6bff5268eaaf95091c4e23f3f8c65 /meta-python/recipes-devtools/python/python3-grpcio-tools_1.62.0.bb | |
| parent | 7bb7f5a6db472ace9d7680367fc14c6c838de64e (diff) | |
| download | meta-openembedded-7fc8087c65370b9a7ca73dc4fbd2f1621c2aed94.tar.gz | |
python3-grpcio(-tools): upgrade 1.60.1 -> 1.62.0
0001-zlib-Include-unistd.h-for-open-close-C-APIs.patch
abseil-ppc-fixes.patch
refreshed for 1.62.0
Changelog:
==========
-[metadata] Allow non application/grpc content-type values.
-[BoringSSL] Update third_party/boringssl-with-bazel.
-[GPR] Removed GPR_BACKWARDS_COMPATIBILITY_MODE.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-grpcio-tools_1.62.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-grpcio-tools_1.62.0.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.62.0.bb b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.62.0.bb new file mode 100644 index 0000000000..a8c0ad91f2 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.62.0.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 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 += "python3-grpcio" | ||
| 11 | |||
| 12 | SRC_URI += "file://0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch \ | ||
| 13 | file://0001-protobuf-Disable-musttail-attribute-on-mips.patch \ | ||
| 14 | " | ||
| 15 | SRC_URI[sha256sum] = "7fca6ecfbbf0549058bb29dcc6e435d885b878d07701e77ac58e1e1f591736dc" | ||
| 16 | |||
| 17 | RDEPENDS:${PN} = "python3-grpcio" | ||
| 18 | |||
| 19 | BBCLASSEXTEND = "native nativesdk" | ||
