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/0001-python-enable-unbundled-cross-compilation.patch6
-rw-r--r--meta-python/recipes-devtools/python/python3-grpcio_1.71.0.bb (renamed from meta-python/recipes-devtools/python/python3-grpcio_1.70.0.bb)2
2 files changed, 4 insertions, 4 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 @@
1From ff01ac8908a7267503ffbb85efd24755da0502d8 Mon Sep 17 00:00:00 2001 1From ed9f268774838d279e23b4ae9fb95ca7650942b2 Mon Sep 17 00:00:00 2001
2From: Peter Marko <peter.marko@siemens.com> 2From: Peter Marko <peter.marko@siemens.com>
3Date: Wed, 5 Feb 2025 21:06:50 +0100 3Date: Wed, 5 Feb 2025 21:06:50 +0100
4Subject: [PATCH] python: enable unbundled cross compilation 4Subject: [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
15diff --git a/setup.py b/setup.py 15diff --git a/setup.py b/setup.py
16index 3b6edbe..d3a0d04 100644 16index 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)
diff --git a/meta-python/recipes-devtools/python/python3-grpcio_1.70.0.bb b/meta-python/recipes-devtools/python/python3-grpcio_1.71.0.bb
index b858a3b050..da677dc1ab 100644
--- a/meta-python/recipes-devtools/python/python3-grpcio_1.70.0.bb
+++ b/meta-python/recipes-devtools/python/python3-grpcio_1.71.0.bb
@@ -13,7 +13,7 @@ DEPENDS += "c-ares openssl python3-protobuf re2 zlib"
13SRC_URI += "file://0001-python-enable-unbundled-cross-compilation.patch \ 13SRC_URI += "file://0001-python-enable-unbundled-cross-compilation.patch \
14 file://abseil-ppc-fixes.patch \ 14 file://abseil-ppc-fixes.patch \
15 " 15 "
16SRC_URI[sha256sum] = "8d1584a68d5922330025881e63a6c1b54cc8117291d382e4fa69339b6d914c56" 16SRC_URI[sha256sum] = "2b85f7820475ad3edec209d3d89a7909ada16caab05d3f2e08a7e8ae3200a55c"
17 17
18RDEPENDS:${PN} = "python3-protobuf" 18RDEPENDS:${PN} = "python3-protobuf"
19 19