summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-grpcio/mips_bigendian.patch
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2023-12-15 08:52:35 +0100
committerKhem Raj <raj.khem@gmail.com>2023-12-18 22:17:21 -0800
commitd595b18e4691967fb5b699e9272f916d769a28d7 (patch)
treeb3f3d2fafb6f8cfb6e8166129dc4161c7c6e95a5 /meta-python/recipes-devtools/python/python3-grpcio/mips_bigendian.patch
parenta293a7128af89a7cace861333b13387bccbf5de2 (diff)
downloadmeta-openembedded-d595b18e4691967fb5b699e9272f916d769a28d7.tar.gz
python3-grpcio: update 1.56.2 -> 1.59.3
This is needed for python 3.12 compatibility. Drop 0001-direct_mmap-Use-off_t-on-linux.patch as issue resolved upstream. Other dropped patches are all due to the code being significantly refactored upstream; if the issues persist, please write updated patches. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-grpcio/mips_bigendian.patch')
-rw-r--r--meta-python/recipes-devtools/python/python3-grpcio/mips_bigendian.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/meta-python/recipes-devtools/python/python3-grpcio/mips_bigendian.patch b/meta-python/recipes-devtools/python/python3-grpcio/mips_bigendian.patch
deleted file mode 100644
index 088ce33fc5..0000000000
--- a/meta-python/recipes-devtools/python/python3-grpcio/mips_bigendian.patch
+++ /dev/null
@@ -1,17 +0,0 @@
1Upstream-Status: Pending
2
3--- a/third_party/boringssl-with-bazel/src/include/openssl/base.h
4+++ b/third_party/boringssl-with-bazel/src/include/openssl/base.h
5@@ -102,10 +102,10 @@ extern "C" {
6 #elif (defined(__PPC__) || defined(__powerpc__))
7 #define OPENSSL_32_BIT
8 #define OPENSSL_PPC
9-#elif defined(__MIPSEL__) && !defined(__LP64__)
10+#elif defined(__mips__) && !defined(__LP64__)
11 #define OPENSSL_32_BIT
12 #define OPENSSL_MIPS
13-#elif defined(__MIPSEL__) && defined(__LP64__)
14+#elif defined(__mips__) && defined(__LP64__)
15 #define OPENSSL_64_BIT
16 #define OPENSSL_MIPS64
17 #elif defined(__riscv) && __SIZEOF_POINTER__ == 8