diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-03-25 17:01:36 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-03-25 09:33:54 -0700 |
commit | ca8e801f2ba103e79bfce7ec90b606c70e841357 (patch) | |
tree | c0d75520f271352f75ea9597dc27d12f82417ba2 /meta-python/recipes-devtools/python/python3-grpcio/0001-python-enable-unbundled-cross-compilation.patch | |
parent | 73e43df30a08ca7e7e83c82bc0f32f04ddd4bc87 (diff) | |
download | meta-openembedded-ca8e801f2ba103e79bfce7ec90b606c70e841357.tar.gz |
python3-grpcio: upgrade 1.70.0 -> 1.71.0
0001-python-enable-unbundled-cross-compilation.patch
refreshed for 1.71.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-grpcio/0001-python-enable-unbundled-cross-compilation.patch')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-grpcio/0001-python-enable-unbundled-cross-compilation.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-grpcio/0001-python-enable-unbundled-cross-compilation.patch b/meta-python/recipes-devtools/python/python3-grpcio/0001-python-enable-unbundled-cross-compilation.patch index 782b348815..b2b2713559 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio/0001-python-enable-unbundled-cross-compilation.patch +++ b/meta-python/recipes-devtools/python/python3-grpcio/0001-python-enable-unbundled-cross-compilation.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From ff01ac8908a7267503ffbb85efd24755da0502d8 Mon Sep 17 00:00:00 2001 | 1 | From ed9f268774838d279e23b4ae9fb95ca7650942b2 Mon Sep 17 00:00:00 2001 |
2 | From: Peter Marko <peter.marko@siemens.com> | 2 | From: Peter Marko <peter.marko@siemens.com> |
3 | Date: Wed, 5 Feb 2025 21:06:50 +0100 | 3 | Date: Wed, 5 Feb 2025 21:06:50 +0100 |
4 | Subject: [PATCH] python: enable unbundled cross compilation | 4 | Subject: [PATCH] python: enable unbundled cross compilation |
@@ -13,10 +13,10 @@ Signed-off-by: Peter Marko <peter.marko@siemens.com> | |||
13 | 1 file changed, 5 insertions(+), 5 deletions(-) | 13 | 1 file changed, 5 insertions(+), 5 deletions(-) |
14 | 14 | ||
15 | diff --git a/setup.py b/setup.py | 15 | diff --git a/setup.py b/setup.py |
16 | index 3b6edbe..d3a0d04 100644 | 16 | index 4d13d87..f002ab2 100644 |
17 | --- a/setup.py | 17 | --- a/setup.py |
18 | +++ b/setup.py | 18 | +++ b/setup.py |
19 | @@ -317,25 +317,25 @@ if BUILD_WITH_SYSTEM_OPENSSL: | 19 | @@ -318,25 +318,25 @@ if BUILD_WITH_SYSTEM_OPENSSL: |
20 | lambda x: "third_party/boringssl" not in x, CORE_C_FILES | 20 | lambda x: "third_party/boringssl" not in x, CORE_C_FILES |
21 | ) | 21 | ) |
22 | CORE_C_FILES = filter(lambda x: "src/boringssl" not in x, CORE_C_FILES) | 22 | CORE_C_FILES = filter(lambda x: "src/boringssl" not in x, CORE_C_FILES) |