diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-grpcio-tools_1.60.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-grpcio-tools_1.60.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.60.1.bb b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.60.1.bb index 0ec9d95a47..07f5fe4c2a 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.60.1.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.60.1.bb | |||
| @@ -7,13 +7,13 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=7145f7cdd263359b62 | |||
| 7 | 7 | ||
| 8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
| 9 | 9 | ||
| 10 | DEPENDS += "${PYTHON_PN}-grpcio" | 10 | DEPENDS += "python3-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 \ | 13 | file://0001-protobuf-Disable-musttail-attribute-on-mips.patch \ |
| 14 | " | 14 | " |
| 15 | SRC_URI[sha256sum] = "da08224ab8675c6d464b988bd8ca02cccd2bf0275bceefe8f6219bfd4a4f5e85" | 15 | SRC_URI[sha256sum] = "da08224ab8675c6d464b988bd8ca02cccd2bf0275bceefe8f6219bfd4a4f5e85" |
| 16 | 16 | ||
| 17 | RDEPENDS:${PN} = "${PYTHON_PN}-grpcio" | 17 | RDEPENDS:${PN} = "python3-grpcio" |
| 18 | 18 | ||
| 19 | BBCLASSEXTEND = "native nativesdk" | 19 | BBCLASSEXTEND = "native nativesdk" |
