diff options
author | Liu Yiding <liuyd.fnst@fujitsu.com> | 2025-07-22 11:12:16 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-07-22 00:16:42 -0700 |
commit | ff470ffb6b5f085ef3fa9c662990950b0de782d6 (patch) | |
tree | 9810c9f857c71f7d797b228d2a6fa26c41439f95 /meta-python/recipes-devtools/python/python3-grpcio/abseil-ppc-fixes.patch | |
parent | 2e586fbff87793c07169d7c40f521563496de835 (diff) | |
download | meta-openembedded-ff470ffb6b5f085ef3fa9c662990950b0de782d6.tar.gz |
python3-grpcio: upgrade 1.72.1 -> 1.73.1
Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-grpcio/abseil-ppc-fixes.patch')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-grpcio/abseil-ppc-fixes.patch | 13 |
1 files changed, 5 insertions, 8 deletions
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 69e06a7918..946e36f53f 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,5 +1,5 @@ | |||
1 | From a2ec96a96ff7ba016e800212a942b9f29f255415 Mon Sep 17 00:00:00 2001 | 1 | From 42b215f964b2c13db4adb0ee72f024607f74e6d1 Mon Sep 17 00:00:00 2001 |
2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
3 | Date: Sat, 13 Mar 2021 10:26:25 -0800 | 3 | Date: Sat, 13 Mar 2021 10:26:25 -0800 |
4 | Subject: [PATCH] An all-in-one patch that fixes several issues: | 4 | Subject: [PATCH] An all-in-one patch that fixes several issues: |
5 | 5 | ||
@@ -22,7 +22,7 @@ Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> | |||
22 | 4 files changed, 12 insertions(+), 5 deletions(-) | 22 | 4 files changed, 12 insertions(+), 5 deletions(-) |
23 | 23 | ||
24 | diff --git a/third_party/abseil-cpp/absl/base/internal/unscaledcycleclock.cc b/third_party/abseil-cpp/absl/base/internal/unscaledcycleclock.cc | 24 | diff --git a/third_party/abseil-cpp/absl/base/internal/unscaledcycleclock.cc b/third_party/abseil-cpp/absl/base/internal/unscaledcycleclock.cc |
25 | index a0bf3a6..103b4f6 100644 | 25 | index 68f9273..5dbfaab 100644 |
26 | --- a/third_party/abseil-cpp/absl/base/internal/unscaledcycleclock.cc | 26 | --- a/third_party/abseil-cpp/absl/base/internal/unscaledcycleclock.cc |
27 | +++ b/third_party/abseil-cpp/absl/base/internal/unscaledcycleclock.cc | 27 | +++ b/third_party/abseil-cpp/absl/base/internal/unscaledcycleclock.cc |
28 | @@ -20,7 +20,7 @@ | 28 | @@ -20,7 +20,7 @@ |
@@ -85,10 +85,10 @@ index 3dd6ba1..9f0601c 100644 | |||
85 | return reinterpret_cast<void*>(context->uc_mcontext.__gregs[REG_PC]); | 85 | return reinterpret_cast<void*>(context->uc_mcontext.__gregs[REG_PC]); |
86 | #elif defined(__s390__) && !defined(__s390x__) | 86 | #elif defined(__s390__) && !defined(__s390x__) |
87 | diff --git a/third_party/abseil-cpp/absl/debugging/internal/stacktrace_config.h b/third_party/abseil-cpp/absl/debugging/internal/stacktrace_config.h | 87 | diff --git a/third_party/abseil-cpp/absl/debugging/internal/stacktrace_config.h b/third_party/abseil-cpp/absl/debugging/internal/stacktrace_config.h |
88 | index 3929b1b..23d5e50 100644 | 88 | index 88949fe..4e26a6b 100644 |
89 | --- a/third_party/abseil-cpp/absl/debugging/internal/stacktrace_config.h | 89 | --- a/third_party/abseil-cpp/absl/debugging/internal/stacktrace_config.h |
90 | +++ b/third_party/abseil-cpp/absl/debugging/internal/stacktrace_config.h | 90 | +++ b/third_party/abseil-cpp/absl/debugging/internal/stacktrace_config.h |
91 | @@ -60,7 +60,7 @@ | 91 | @@ -67,7 +67,7 @@ |
92 | #elif defined(__i386__) || defined(__x86_64__) | 92 | #elif defined(__i386__) || defined(__x86_64__) |
93 | #define ABSL_STACKTRACE_INL_HEADER \ | 93 | #define ABSL_STACKTRACE_INL_HEADER \ |
94 | "absl/debugging/internal/stacktrace_x86-inl.inc" | 94 | "absl/debugging/internal/stacktrace_x86-inl.inc" |
@@ -97,6 +97,3 @@ index 3929b1b..23d5e50 100644 | |||
97 | #define ABSL_STACKTRACE_INL_HEADER \ | 97 | #define ABSL_STACKTRACE_INL_HEADER \ |
98 | "absl/debugging/internal/stacktrace_powerpc-inl.inc" | 98 | "absl/debugging/internal/stacktrace_powerpc-inl.inc" |
99 | #elif defined(__aarch64__) | 99 | #elif defined(__aarch64__) |
100 | -- | ||
101 | 2.43.0 | ||
102 | |||