diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-02-17 13:54:40 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-02-19 10:02:43 -0800 |
commit | 9cdca949b67bd681707b74c0264b20125c5ea8a5 (patch) | |
tree | 55e83203f13bbe28423ddfe7d0fa61a241b1051d /meta-python/recipes-devtools/python/python3-grpcio/riscv64_support.patch | |
parent | 31aceae5e73318d6003ba0141ea28596b6117a9b (diff) | |
download | meta-openembedded-9cdca949b67bd681707b74c0264b20125c5ea8a5.tar.gz |
python3-grpcio: Upgrade to 1.35.0
Drop 0001-Fix-build-on-riscv32.patch, its upstreamed
Forward port rest of the patches
Use OPENSSL_NO_ASM only for armv7+/aarch64
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/riscv64_support.patch')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-grpcio/riscv64_support.patch | 4 |
1 files changed, 2 insertions, 2 deletions
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 8c9ffa21b7..7e071ae1e6 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio/riscv64_support.patch +++ b/meta-python/recipes-devtools/python/python3-grpcio/riscv64_support.patch | |||
@@ -2,8 +2,8 @@ Add RISC-V 64bit support | |||
2 | 2 | ||
3 | Upstream-Status: Pending | 3 | Upstream-Status: Pending |
4 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 4 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
5 | --- a/third_party/boringssl/include/openssl/base.h | 5 | --- a/third_party/boringssl-with-bazel/src/include/openssl/base.h |
6 | +++ b/third_party/boringssl/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(__mips__) && defined(__LP64__) |
9 | #define OPENSSL_64_BIT | 9 | #define OPENSSL_64_BIT |