diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-03-03 12:26:36 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-03-08 07:29:18 -0800 |
commit | 204beecb958d0f8cfec29afaac5e2afbbf91df0d (patch) | |
tree | 51836c94664301553fd09d11d05dccf51c450812 /meta-python/recipes-devtools/python/python3-grpcio | |
parent | ac673c3bd9f7ea0356d20d10f63f7b755798582e (diff) | |
download | meta-openembedded-204beecb958d0f8cfec29afaac5e2afbbf91df0d.tar.gz |
python3-grpcio: Upgrade to 1.36.1
Release notes are here [1]
See the differences after 1.35.0 upwards
[1] https://github.com/grpc/grpc/releases
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-grpcio')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-grpcio/ppc-boringssl-support.patch | 2 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-grpcio/riscv64_support.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-grpcio/ppc-boringssl-support.patch b/meta-python/recipes-devtools/python/python3-grpcio/ppc-boringssl-support.patch index dadd3da85e..5c9be443d8 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio/ppc-boringssl-support.patch +++ b/meta-python/recipes-devtools/python/python3-grpcio/ppc-boringssl-support.patch | |||
@@ -12,6 +12,6 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
12 | +#elif (defined(__PPC__) || defined(__powerpc__)) | 12 | +#elif (defined(__PPC__) || defined(__powerpc__)) |
13 | +#define OPENSSL_32_BIT | 13 | +#define OPENSSL_32_BIT |
14 | +#define OPENSSL_PPC | 14 | +#define OPENSSL_PPC |
15 | #elif defined(__mips__) && !defined(__LP64__) | 15 | #elif defined(__MIPSEL__) && !defined(__LP64__) |
16 | #define OPENSSL_32_BIT | 16 | #define OPENSSL_32_BIT |
17 | #define OPENSSL_MIPS | 17 | #define OPENSSL_MIPS |
diff --git a/meta-python/recipes-devtools/python/python3-grpcio/riscv64_support.patch b/meta-python/recipes-devtools/python/python3-grpcio/riscv64_support.patch index 7e071ae1e6..350c67deaf 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio/riscv64_support.patch +++ b/meta-python/recipes-devtools/python/python3-grpcio/riscv64_support.patch | |||
@@ -5,7 +5,7 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
5 | --- a/third_party/boringssl-with-bazel/src/include/openssl/base.h | 5 | --- a/third_party/boringssl-with-bazel/src/include/openssl/base.h |
6 | +++ b/third_party/boringssl-with-bazel/src/include/openssl/base.h | 6 | +++ b/third_party/boringssl-with-bazel/src/include/openssl/base.h |
7 | @@ -108,6 +108,14 @@ extern "C" { | 7 | @@ -108,6 +108,14 @@ extern "C" { |
8 | #elif defined(__mips__) && defined(__LP64__) | 8 | #elif defined(__MIPSEL__) && defined(__LP64__) |
9 | #define OPENSSL_64_BIT | 9 | #define OPENSSL_64_BIT |
10 | #define OPENSSL_MIPS64 | 10 | #define OPENSSL_MIPS64 |
11 | +#elif defined(__riscv) | 11 | +#elif defined(__riscv) |