mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-16 23:36:21 +01:00
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>
This commit is contained in:
parent
ac673c3bd9
commit
204beecb95
|
|
@ -12,6 +12,6 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||||
+#elif (defined(__PPC__) || defined(__powerpc__))
|
+#elif (defined(__PPC__) || defined(__powerpc__))
|
||||||
+#define OPENSSL_32_BIT
|
+#define OPENSSL_32_BIT
|
||||||
+#define OPENSSL_PPC
|
+#define OPENSSL_PPC
|
||||||
#elif defined(__mips__) && !defined(__LP64__)
|
#elif defined(__MIPSEL__) && !defined(__LP64__)
|
||||||
#define OPENSSL_32_BIT
|
#define OPENSSL_32_BIT
|
||||||
#define OPENSSL_MIPS
|
#define OPENSSL_MIPS
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||||
--- a/third_party/boringssl-with-bazel/src/include/openssl/base.h
|
--- a/third_party/boringssl-with-bazel/src/include/openssl/base.h
|
||||||
+++ b/third_party/boringssl-with-bazel/src/include/openssl/base.h
|
+++ b/third_party/boringssl-with-bazel/src/include/openssl/base.h
|
||||||
@@ -108,6 +108,14 @@ extern "C" {
|
@@ -108,6 +108,14 @@ extern "C" {
|
||||||
#elif defined(__mips__) && defined(__LP64__)
|
#elif defined(__MIPSEL__) && defined(__LP64__)
|
||||||
#define OPENSSL_64_BIT
|
#define OPENSSL_64_BIT
|
||||||
#define OPENSSL_MIPS64
|
#define OPENSSL_MIPS64
|
||||||
+#elif defined(__riscv)
|
+#elif defined(__riscv)
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ SRC_URI_append_class-target = " file://ppc-boringssl-support.patch \
|
||||||
file://riscv64_support.patch \
|
file://riscv64_support.patch \
|
||||||
file://boring_ssl.patch \
|
file://boring_ssl.patch \
|
||||||
"
|
"
|
||||||
SRC_URI[sha256sum] = "7bd0ebbb14dde78bf66a1162efd29d3393e4e943952e2f339757aa48a184645c"
|
SRC_URI[sha256sum] = "a66ea59b20f3669df0f0c6a3bd57b985e5b2d1dcf3e4c29819bb8dc232d0fd38"
|
||||||
|
|
||||||
RDEPENDS_${PN} = "${PYTHON_PN}-protobuf \
|
RDEPENDS_${PN} = "${PYTHON_PN}-protobuf \
|
||||||
${PYTHON_PN}-setuptools \
|
${PYTHON_PN}-setuptools \
|
||||||
Loading…
Reference in New Issue
Block a user