diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-grpcio/0001-target.h-define-proper-macro-for-ppc-ppc64.patch')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-grpcio/0001-target.h-define-proper-macro-for-ppc-ppc64.patch | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/meta-python/recipes-devtools/python/python3-grpcio/0001-target.h-define-proper-macro-for-ppc-ppc64.patch b/meta-python/recipes-devtools/python/python3-grpcio/0001-target.h-define-proper-macro-for-ppc-ppc64.patch index 0b512b1d00..39f9fafba7 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio/0001-target.h-define-proper-macro-for-ppc-ppc64.patch +++ b/meta-python/recipes-devtools/python/python3-grpcio/0001-target.h-define-proper-macro-for-ppc-ppc64.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From b3bca013007a4a66703573d243e433f22e1e6684 Mon Sep 17 00:00:00 2001 | 1 | From e2c78c555ab3d9509c4ade511e2f711eb7188626 Mon Sep 17 00:00:00 2001 |
2 | From: Changqing Li <changqing.li@windriver.com> | 2 | From: Changqing Li <changqing.li@windriver.com> |
3 | Date: Wed, 15 May 2024 16:55:09 +0800 | 3 | Date: Wed, 15 May 2024 16:55:09 +0800 |
4 | Subject: [PATCH] target.h: define proper macro for ppc/ppc64 | 4 | Subject: [PATCH] target.h: define proper macro for ppc/ppc64 |
@@ -18,7 +18,7 @@ Signed-off-by: Changqing Li <changqing.li@windriver.com> | |||
18 | 1 file changed, 4 insertions(+) | 18 | 1 file changed, 4 insertions(+) |
19 | 19 | ||
20 | diff --git a/third_party/boringssl-with-bazel/src/include/openssl/target.h b/third_party/boringssl-with-bazel/src/include/openssl/target.h | 20 | diff --git a/third_party/boringssl-with-bazel/src/include/openssl/target.h b/third_party/boringssl-with-bazel/src/include/openssl/target.h |
21 | index 29b1dc6..d779813 100644 | 21 | index 2760f52..e743402 100644 |
22 | --- a/third_party/boringssl-with-bazel/src/include/openssl/target.h | 22 | --- a/third_party/boringssl-with-bazel/src/include/openssl/target.h |
23 | +++ b/third_party/boringssl-with-bazel/src/include/openssl/target.h | 23 | +++ b/third_party/boringssl-with-bazel/src/include/openssl/target.h |
24 | @@ -54,6 +54,10 @@ | 24 | @@ -54,6 +54,10 @@ |
@@ -32,6 +32,3 @@ index 29b1dc6..d779813 100644 | |||
32 | #else | 32 | #else |
33 | // The list above enumerates the platforms that BoringSSL supports. For these | 33 | // The list above enumerates the platforms that BoringSSL supports. For these |
34 | // platforms we keep a reasonable bar of not breaking them: automated test | 34 | // platforms we keep a reasonable bar of not breaking them: automated test |
35 | -- | ||
36 | 2.25.1 | ||
37 | |||