summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-grpcio-tools_1.62.0.bb (renamed from meta-python/recipes-devtools/python/python3-grpcio-tools_1.60.1.bb)2
-rw-r--r--meta-python/recipes-devtools/python/python3-grpcio/0001-zlib-Include-unistd.h-for-open-close-C-APIs.patch7
-rw-r--r--meta-python/recipes-devtools/python/python3-grpcio/abseil-ppc-fixes.patch11
-rw-r--r--meta-python/recipes-devtools/python/python3-grpcio_1.62.0.bb (renamed from meta-python/recipes-devtools/python/python3-grpcio_1.60.1.bb)2
4 files changed, 10 insertions, 12 deletions
diff --git a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.60.1.bb b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.62.0.bb
index 07f5fe4c2a..a8c0ad91f2 100644
--- a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.60.1.bb
+++ b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.62.0.bb
@@ -12,7 +12,7 @@ DEPENDS += "python3-grpcio"
12SRC_URI += "file://0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch \ 12SRC_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 "
15SRC_URI[sha256sum] = "da08224ab8675c6d464b988bd8ca02cccd2bf0275bceefe8f6219bfd4a4f5e85" 15SRC_URI[sha256sum] = "7fca6ecfbbf0549058bb29dcc6e435d885b878d07701e77ac58e1e1f591736dc"
16 16
17RDEPENDS:${PN} = "python3-grpcio" 17RDEPENDS:${PN} = "python3-grpcio"
18 18
diff --git a/meta-python/recipes-devtools/python/python3-grpcio/0001-zlib-Include-unistd.h-for-open-close-C-APIs.patch b/meta-python/recipes-devtools/python/python3-grpcio/0001-zlib-Include-unistd.h-for-open-close-C-APIs.patch
index a5e767029e..34ef7874e8 100644
--- a/meta-python/recipes-devtools/python/python3-grpcio/0001-zlib-Include-unistd.h-for-open-close-C-APIs.patch
+++ b/meta-python/recipes-devtools/python/python3-grpcio/0001-zlib-Include-unistd.h-for-open-close-C-APIs.patch
@@ -1,4 +1,4 @@
1From 6ede7d01b18a4d9eeaccd25f5c1ab9985cb65307 Mon Sep 17 00:00:00 2001 1From 671618df3e48619f0c7a5a3acd8982374a5e43db Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com> 2From: Khem Raj <raj.khem@gmail.com>
3Date: Sun, 12 Feb 2023 21:25:04 -0800 3Date: Sun, 12 Feb 2023 21:25:04 -0800
4Subject: [PATCH] zlib: Include unistd.h for open/close C APIs 4Subject: [PATCH] zlib: Include unistd.h for open/close C APIs
@@ -6,16 +6,15 @@ Subject: [PATCH] zlib: Include unistd.h for open/close C APIs
6Upstream-Status: Pending 6Upstream-Status: Pending
7 7
8Signed-off-by: Khem Raj <raj.khem@gmail.com> 8Signed-off-by: Khem Raj <raj.khem@gmail.com>
9
10--- 9---
11 third_party/zlib/gzguts.h | 1 + 10 third_party/zlib/gzguts.h | 1 +
12 1 file changed, 1 insertion(+) 11 1 file changed, 1 insertion(+)
13 12
14diff --git a/third_party/zlib/gzguts.h b/third_party/zlib/gzguts.h 13diff --git a/third_party/zlib/gzguts.h b/third_party/zlib/gzguts.h
15index 57faf37..3c700c2 100644 14index f937504..341a68d 100644
16--- a/third_party/zlib/gzguts.h 15--- a/third_party/zlib/gzguts.h
17+++ b/third_party/zlib/gzguts.h 16+++ b/third_party/zlib/gzguts.h
18@@ -19,6 +19,7 @@ 17@@ -18,6 +18,7 @@
19 #endif 18 #endif
20 19
21 #include <stdio.h> 20 #include <stdio.h>
diff --git a/meta-python/recipes-devtools/python/python3-grpcio/abseil-ppc-fixes.patch b/meta-python/recipes-devtools/python/python3-grpcio/abseil-ppc-fixes.patch
index 4bb60b6e2c..f39a9616d9 100644
--- a/meta-python/recipes-devtools/python/python3-grpcio/abseil-ppc-fixes.patch
+++ b/meta-python/recipes-devtools/python/python3-grpcio/abseil-ppc-fixes.patch
@@ -1,4 +1,4 @@
1From 9cec6297effa9fab6f0c71e342046daceecd7d4d Mon Sep 17 00:00:00 2001 1From 102dcce6610e6606fffd3a4986f84eb52177f8c8 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com> 2From: Khem Raj <raj.khem@gmail.com>
3Date: Sat, 13 Mar 2021 10:26:25 -0800 3Date: Sat, 13 Mar 2021 10:26:25 -0800
4Subject: [PATCH] An all-in-one patch that fixes several issues: 4Subject: [PATCH] An all-in-one patch that fixes several issues:
@@ -13,7 +13,6 @@ Sourced from void linux
13Upstream-Status: Pending 13Upstream-Status: Pending
14Signed-off-by: Khem Raj <raj.khem@gmail.com> 14Signed-off-by: Khem Raj <raj.khem@gmail.com>
15Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> 15Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
16
17--- 16---
18 .../abseil-cpp/absl/base/internal/unscaledcycleclock.cc | 4 ++-- 17 .../abseil-cpp/absl/base/internal/unscaledcycleclock.cc | 4 ++--
19 .../absl/base/internal/unscaledcycleclock_config.h | 3 ++- 18 .../absl/base/internal/unscaledcycleclock_config.h | 3 ++-
@@ -22,7 +21,7 @@ Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
22 4 files changed, 12 insertions(+), 5 deletions(-) 21 4 files changed, 12 insertions(+), 5 deletions(-)
23 22
24diff --git a/third_party/abseil-cpp/absl/base/internal/unscaledcycleclock.cc b/third_party/abseil-cpp/absl/base/internal/unscaledcycleclock.cc 23diff --git a/third_party/abseil-cpp/absl/base/internal/unscaledcycleclock.cc b/third_party/abseil-cpp/absl/base/internal/unscaledcycleclock.cc
25index b1c396c..d62bfd6 100644 24index 05e0e7b..f11fecb 100644
26--- a/third_party/abseil-cpp/absl/base/internal/unscaledcycleclock.cc 25--- a/third_party/abseil-cpp/absl/base/internal/unscaledcycleclock.cc
27+++ b/third_party/abseil-cpp/absl/base/internal/unscaledcycleclock.cc 26+++ b/third_party/abseil-cpp/absl/base/internal/unscaledcycleclock.cc
28@@ -20,7 +20,7 @@ 27@@ -20,7 +20,7 @@
@@ -58,10 +57,10 @@ index 24b324a..5e232c1 100644
58 #define ABSL_HAVE_UNSCALED_CYCLECLOCK_IMPLEMENTATION 1 57 #define ABSL_HAVE_UNSCALED_CYCLECLOCK_IMPLEMENTATION 1
59 #else 58 #else
60diff --git a/third_party/abseil-cpp/absl/debugging/internal/examine_stack.cc b/third_party/abseil-cpp/absl/debugging/internal/examine_stack.cc 59diff --git a/third_party/abseil-cpp/absl/debugging/internal/examine_stack.cc b/third_party/abseil-cpp/absl/debugging/internal/examine_stack.cc
61index 5786322..72c7c46 100644 60index 3dd6ba1..9f0601c 100644
62--- a/third_party/abseil-cpp/absl/debugging/internal/examine_stack.cc 61--- a/third_party/abseil-cpp/absl/debugging/internal/examine_stack.cc
63+++ b/third_party/abseil-cpp/absl/debugging/internal/examine_stack.cc 62+++ b/third_party/abseil-cpp/absl/debugging/internal/examine_stack.cc
64@@ -33,6 +33,10 @@ 63@@ -36,6 +36,10 @@
65 #include <csignal> 64 #include <csignal>
66 #include <cstdio> 65 #include <cstdio>
67 66
@@ -72,7 +71,7 @@ index 5786322..72c7c46 100644
72 #include "absl/base/attributes.h" 71 #include "absl/base/attributes.h"
73 #include "absl/base/internal/raw_logging.h" 72 #include "absl/base/internal/raw_logging.h"
74 #include "absl/base/macros.h" 73 #include "absl/base/macros.h"
75@@ -174,8 +178,10 @@ void* GetProgramCounter(void* const vuc) { 74@@ -177,8 +181,10 @@ void* GetProgramCounter(void* const vuc) {
76 return reinterpret_cast<void*>(context->uc_mcontext.pc); 75 return reinterpret_cast<void*>(context->uc_mcontext.pc);
77 #elif defined(__powerpc64__) 76 #elif defined(__powerpc64__)
78 return reinterpret_cast<void*>(context->uc_mcontext.gp_regs[32]); 77 return reinterpret_cast<void*>(context->uc_mcontext.gp_regs[32]);
diff --git a/meta-python/recipes-devtools/python/python3-grpcio_1.60.1.bb b/meta-python/recipes-devtools/python/python3-grpcio_1.62.0.bb
index b00f8681c5..ceb22f0e29 100644
--- a/meta-python/recipes-devtools/python/python3-grpcio_1.60.1.bb
+++ b/meta-python/recipes-devtools/python/python3-grpcio_1.62.0.bb
@@ -10,7 +10,7 @@ SRC_URI += "file://0001-Include-missing-cstdint-header.patch \
10 file://abseil-ppc-fixes.patch \ 10 file://abseil-ppc-fixes.patch \
11 file://0001-zlib-Include-unistd.h-for-open-close-C-APIs.patch \ 11 file://0001-zlib-Include-unistd.h-for-open-close-C-APIs.patch \
12 " 12 "
13SRC_URI[sha256sum] = "dd1d3a8d1d2e50ad9b59e10aa7f07c7d1be2b367f3f2d33c5fade96ed5460962" 13SRC_URI[sha256sum] = "748496af9238ac78dcd98cce65421f1adce28c3979393e3609683fcd7f3880d7"
14 14
15RDEPENDS:${PN} = "python3-protobuf \ 15RDEPENDS:${PN} = "python3-protobuf \
16 python3-setuptools \ 16 python3-setuptools \