summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-11-06 14:30:40 +0800
committerKhem Raj <raj.khem@gmail.com>2024-11-05 22:45:20 -0800
commitfa9ecb8f87f15ce8bf3ca2e13435a8688ef6e54f (patch)
tree328358c3dad4966366003f9705d0b48cda67bc90
parent8318a3d490b25a1a85b33f3f632e7dd655f1f9db (diff)
downloadmeta-openembedded-fa9ecb8f87f15ce8bf3ca2e13435a8688ef6e54f.tar.gz
python3-grpcio: upgrade 1.66.2 -> 1.67.1
0001-crypto-use-_Generic-only-if-defined-__cplusplus.patch refreshed for 1.67.1 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-grpcio/0001-crypto-use-_Generic-only-if-defined-__cplusplus.patch4
-rw-r--r--meta-python/recipes-devtools/python/python3-grpcio_1.67.1.bb (renamed from meta-python/recipes-devtools/python/python3-grpcio_1.66.2.bb)2
2 files changed, 3 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-grpcio/0001-crypto-use-_Generic-only-if-defined-__cplusplus.patch b/meta-python/recipes-devtools/python/python3-grpcio/0001-crypto-use-_Generic-only-if-defined-__cplusplus.patch
index ff5a8f2987..790ccccc95 100644
--- a/meta-python/recipes-devtools/python/python3-grpcio/0001-crypto-use-_Generic-only-if-defined-__cplusplus.patch
+++ b/meta-python/recipes-devtools/python/python3-grpcio/0001-crypto-use-_Generic-only-if-defined-__cplusplus.patch
@@ -53,7 +53,7 @@ diff --git a/crypto/internal.h b/crypto/internal.h
53index f93c2e5..2fca2fb 100644 53index f93c2e5..2fca2fb 100644
54--- a/crypto/internal.h 54--- a/crypto/internal.h
55+++ b/crypto/internal.h 55+++ b/crypto/internal.h
56@@ -1193,7 +1193,7 @@ static inline uint64_t CRYPTO_rotr_u64(uint64_t value, int shift) { 56@@ -1206,7 +1206,7 @@ static inline uint64_t CRYPTO_rotr_u64(uint64_t value, int shift) {
57 57
58 // CRYPTO_addc_* returns |x + y + carry|, and sets |*out_carry| to the carry 58 // CRYPTO_addc_* returns |x + y + carry|, and sets |*out_carry| to the carry
59 // bit. |carry| must be zero or one. 59 // bit. |carry| must be zero or one.
@@ -62,7 +62,7 @@ index f93c2e5..2fca2fb 100644
62 62
63 #define CRYPTO_GENERIC_ADDC(x, y, carry, out_carry) \ 63 #define CRYPTO_GENERIC_ADDC(x, y, carry, out_carry) \
64 (_Generic((x), \ 64 (_Generic((x), \
65@@ -1245,7 +1245,7 @@ static inline uint64_t CRYPTO_addc_u64(uint64_t x, uint64_t y, uint64_t carry, 65@@ -1258,7 +1258,7 @@ static inline uint64_t CRYPTO_addc_u64(uint64_t x, uint64_t y, uint64_t carry,
66 66
67 // CRYPTO_subc_* returns |x - y - borrow|, and sets |*out_borrow| to the borrow 67 // CRYPTO_subc_* returns |x - y - borrow|, and sets |*out_borrow| to the borrow
68 // bit. |borrow| must be zero or one. 68 // bit. |borrow| must be zero or one.
diff --git a/meta-python/recipes-devtools/python/python3-grpcio_1.66.2.bb b/meta-python/recipes-devtools/python/python3-grpcio_1.67.1.bb
index 7c51767365..c574033a11 100644
--- a/meta-python/recipes-devtools/python/python3-grpcio_1.66.2.bb
+++ b/meta-python/recipes-devtools/python/python3-grpcio_1.67.1.bb
@@ -13,7 +13,7 @@ SRC_URI += "file://0001-Include-missing-cstdint-header.patch \
13 file://0001-target.h-define-proper-macro-for-ppc-ppc64.patch \ 13 file://0001-target.h-define-proper-macro-for-ppc-ppc64.patch \
14 file://0001-PR-1644-unscaledcycleclock-remove-RISC-V-support.patch \ 14 file://0001-PR-1644-unscaledcycleclock-remove-RISC-V-support.patch \
15 " 15 "
16SRC_URI[sha256sum] = "563588c587b75c34b928bc428548e5b00ea38c46972181a4d8b75ba7e3f24231" 16SRC_URI[sha256sum] = "3dc2ed4cabea4dc14d5e708c2b426205956077cc5de419b4d4079315017e9732"
17 17
18RDEPENDS:${PN} = "python3-protobuf" 18RDEPENDS:${PN} = "python3-protobuf"
19 19