diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2024-10-16 21:34:59 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-10-16 14:07:29 -0700 |
commit | 940ce6993775976f0de5abb0e32ed581be5a9fb3 (patch) | |
tree | b6b9d799c33470f4a93112b08ee4fb057aac3f0b /meta-python/recipes-devtools/python/python3-grpcio/0001-PR-1644-unscaledcycleclock-remove-RISC-V-support.patch | |
parent | 1f6400f0f810b041c3625d0ed98a6078277955d8 (diff) | |
download | meta-openembedded-940ce6993775976f0de5abb0e32ed581be5a9fb3.tar.gz |
python3-grpcio: update 1.66.1 -> 1.66.2
This fixes python 3.13 issues.
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-grpcio/0001-PR-1644-unscaledcycleclock-remove-RISC-V-support.patch')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-grpcio/0001-PR-1644-unscaledcycleclock-remove-RISC-V-support.patch | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/meta-python/recipes-devtools/python/python3-grpcio/0001-PR-1644-unscaledcycleclock-remove-RISC-V-support.patch b/meta-python/recipes-devtools/python/python3-grpcio/0001-PR-1644-unscaledcycleclock-remove-RISC-V-support.patch index 82f15f88cd..63ec2e23d1 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio/0001-PR-1644-unscaledcycleclock-remove-RISC-V-support.patch +++ b/meta-python/recipes-devtools/python/python3-grpcio/0001-PR-1644-unscaledcycleclock-remove-RISC-V-support.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 7335a36d0b5c1c597566f9aa3f458a5b6817c3b4 Mon Sep 17 00:00:00 2001 | 1 | From ee0e37b02d0d28279e103653688bf7203275ec47 Mon Sep 17 00:00:00 2001 |
2 | From: aurel32 <aurelien@aurel32.net> | 2 | From: aurel32 <aurelien@aurel32.net> |
3 | Date: Fri, 22 Mar 2024 14:21:13 -0700 | 3 | Date: Fri, 22 Mar 2024 14:21:13 -0700 |
4 | Subject: [PATCH] PR #1644: unscaledcycleclock: remove RISC-V support | 4 | Subject: [PATCH] PR #1644: unscaledcycleclock: remove RISC-V support |
@@ -77,6 +77,3 @@ index 5e232c1..83552fc 100644 | |||
77 | #define ABSL_INTERNAL_UNSCALED_CYCLECLOCK_FREQUENCY_IS_CPU_FREQUENCY | 77 | #define ABSL_INTERNAL_UNSCALED_CYCLECLOCK_FREQUENCY_IS_CPU_FREQUENCY |
78 | #endif | 78 | #endif |
79 | #endif | 79 | #endif |
80 | -- | ||
81 | 2.44.0 | ||
82 | |||