diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-grpcio-tools_1.48.1.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-grpcio-tools_1.48.1.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.48.1.bb b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.48.1.bb index d295429ae..002211a8c 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.48.1.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.48.1.bb | |||
@@ -9,7 +9,9 @@ inherit pypi setuptools3 | |||
9 | 9 | ||
10 | DEPENDS += "${PYTHON_PN}-grpcio" | 10 | DEPENDS += "${PYTHON_PN}-grpcio" |
11 | 11 | ||
12 | SRC_URI += "file://0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch" | 12 | SRC_URI += "file://0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch \ |
13 | file://0001-protobuf-Disable-musttail-attribute-on-mips.patch \ | ||
14 | " | ||
13 | SRC_URI[sha256sum] = "1178f2ea531f80cc2027ec64728df6ffc8e98cf1df61652a496eafd612127183" | 15 | SRC_URI[sha256sum] = "1178f2ea531f80cc2027ec64728df6ffc8e98cf1df61652a496eafd612127183" |
14 | 16 | ||
15 | RDEPENDS:${PN} = "${PYTHON_PN}-grpcio" | 17 | RDEPENDS:${PN} = "${PYTHON_PN}-grpcio" |