diff options
| author | Khem Raj <raj.khem@gmail.com> | 2020-04-29 21:32:43 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-04-29 22:32:17 -0700 |
| commit | e25bae55c290be7532a642f179b379c48460f968 (patch) | |
| tree | d04d90a8e5aa3d1e6f457daef55e041aee4017b2 /meta-python/recipes-devtools/python/python3-grpcio_1.27.1.bb | |
| parent | 243a28db17dc446819e3b4719b5699b5392b7ad8 (diff) | |
| download | meta-openembedded-e25bae55c290be7532a642f179b379c48460f968.tar.gz | |
python3-grpcio: Fix build with riscv32
Ensure libseil-cpp can build for rv32 and boringssl riscv patch
considers rv32 separate from rv64
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-grpcio_1.27.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-grpcio_1.27.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-grpcio_1.27.1.bb b/meta-python/recipes-devtools/python/python3-grpcio_1.27.1.bb index 83d3671016..129bb35bcc 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio_1.27.1.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio_1.27.1.bb | |||
| @@ -9,6 +9,7 @@ DEPENDS += "${PYTHON_PN}-protobuf" | |||
| 9 | SRC_URI += "file://0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch" | 9 | SRC_URI += "file://0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch" |
| 10 | SRC_URI_append_class-target = " file://ppc-boringssl-support.patch \ | 10 | SRC_URI_append_class-target = " file://ppc-boringssl-support.patch \ |
| 11 | file://riscv64_support.patch \ | 11 | file://riscv64_support.patch \ |
| 12 | file://0001-Fix-build-on-riscv32.patch \ | ||
| 12 | " | 13 | " |
| 13 | SRC_URI[md5sum] = "ccaf4e7eb4f031d926fb80035d193b98" | 14 | SRC_URI[md5sum] = "ccaf4e7eb4f031d926fb80035d193b98" |
| 14 | SRC_URI[sha256sum] = "a899725d34769a498ecd3be154021c4368dd22bdc69473f6ec46779696f626c4" | 15 | SRC_URI[sha256sum] = "a899725d34769a498ecd3be154021c4368dd22bdc69473f6ec46779696f626c4" |
