diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-07-04 16:57:30 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-07-07 09:00:59 -0700 |
commit | 01b51cff3bbee4b4801f82f74d3b5b097aa0146e (patch) | |
tree | 9660e5c691f9d216ae0541dee93c4f5aaf946d55 /meta-python/recipes-devtools/python | |
parent | 0b5915483153f97b82d76a118f6528f4e26af0b5 (diff) | |
download | meta-openembedded-01b51cff3bbee4b4801f82f74d3b5b097aa0146e.tar.gz |
python3-grpcio-tools: Upgrade to 1.56.0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-grpcio-tools/0001-protobuf-Disable-musttail-attribute-on-mips.patch | 8 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-grpcio-tools_1.56.0.bb (renamed from meta-python/recipes-devtools/python/python3-grpcio-tools_1.51.1.bb) | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/meta-python/recipes-devtools/python/python3-grpcio-tools/0001-protobuf-Disable-musttail-attribute-on-mips.patch b/meta-python/recipes-devtools/python/python3-grpcio-tools/0001-protobuf-Disable-musttail-attribute-on-mips.patch index 8b13d7ae21..8c70b2b6a6 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio-tools/0001-protobuf-Disable-musttail-attribute-on-mips.patch +++ b/meta-python/recipes-devtools/python/python3-grpcio-tools/0001-protobuf-Disable-musttail-attribute-on-mips.patch | |||
@@ -14,11 +14,11 @@ Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> | |||
14 | 14 | ||
15 | --- a/third_party/protobuf/src/google/protobuf/port_def.inc | 15 | --- a/third_party/protobuf/src/google/protobuf/port_def.inc |
16 | +++ b/third_party/protobuf/src/google/protobuf/port_def.inc | 16 | +++ b/third_party/protobuf/src/google/protobuf/port_def.inc |
17 | @@ -255,6 +255,7 @@ | 17 | @@ -338,6 +338,7 @@ static_assert(PROTOBUF_ABSL_MIN(20230125 |
18 | #error PROTOBUF_TAILCALL was previously defined | 18 | #error PROTOBUF_TAILCALL was previously defined |
19 | #endif | 19 | #endif |
20 | #if __has_cpp_attribute(clang::musttail) && !defined(__arm__) && \ | 20 | #if __has_cpp_attribute(clang::musttail) && !defined(__arm__) && \ |
21 | + !defined(__mips__) && \ | 21 | + !defined(__mips__) && \ |
22 | !defined(_ARCH_PPC) && !defined(__wasm__) && \ | 22 | !defined(_ARCH_PPC) && !defined(__wasm__) && \ |
23 | !(defined(_MSC_VER) && defined(_M_IX86)) && \ | 23 | !(defined(_MSC_VER) && defined(_M_IX86)) && !defined(__i386__) && \ |
24 | !(defined(__NDK_MAJOR__) && __NDK_MAJOR <= 24) | 24 | !(defined(__NDK_MAJOR__) && __NDK_MAJOR <= 24) |
diff --git a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.51.1.bb b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.56.0.bb index c1dbde1c9a..eb1994d7ce 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.51.1.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.56.0.bb | |||
@@ -12,7 +12,7 @@ DEPENDS += "${PYTHON_PN}-grpcio" | |||
12 | SRC_URI += "file://0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch \ | 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 \ | 13 | file://0001-protobuf-Disable-musttail-attribute-on-mips.patch \ |
14 | " | 14 | " |
15 | SRC_URI[sha256sum] = "8e62d23d3fed9d4f81738f98dd193dbd2e21aed4a8f0dd715e75b5439e649727" | 15 | SRC_URI[sha256sum] = "39f5877cea514b3da9f2683dfb3ffb45ef47b05f4ff39c287d7d61c5057f48b8" |
16 | 16 | ||
17 | RDEPENDS:${PN} = "${PYTHON_PN}-grpcio" | 17 | RDEPENDS:${PN} = "${PYTHON_PN}-grpcio" |
18 | 18 | ||