diff options
| author | zangrc <zangrc.fnst@fujitsu.com> | 2021-08-20 17:38:44 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-23 21:58:55 -0700 |
| commit | 52ca238faf6ff91da3e2dc4d5e2422f01e7a0e7d (patch) | |
| tree | a28b2f0605652140a78ecacd62de2fc7ac7b2a89 /meta-python/recipes-devtools/python/python3-grpcio-tools_1.38.1.bb | |
| parent | 3180465417e4a814e8e1f680d4abff7d736f7d4b (diff) | |
| download | meta-openembedded-52ca238faf6ff91da3e2dc4d5e2422f01e7a0e7d.tar.gz | |
python3-grpcio-tools: upgrade 1.38.1 -> 1.39.0
Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-grpcio-tools_1.38.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-grpcio-tools_1.38.1.bb | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.38.1.bb b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.38.1.bb deleted file mode 100644 index ee7c140b3c..0000000000 --- a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.38.1.bb +++ /dev/null | |||
| @@ -1,22 +0,0 @@ | |||
| 1 | DESCRIPTION = "Google gRPC tools" | ||
| 2 | HOMEPAGE = "http://www.grpc.io/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | |||
| 5 | LICENSE = "Apache-2.0" | ||
| 6 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=7145f7cdd263359b62d342a02f005515" | ||
| 7 | |||
| 8 | inherit pypi setuptools3 | ||
| 9 | |||
| 10 | DEPENDS += "${PYTHON_PN}-grpcio" | ||
| 11 | |||
| 12 | SRC_URI += "file://0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch" | ||
| 13 | |||
| 14 | SRC_URI[sha256sum] = "cd85f58038b92e1961f8127d79691e84e151390d35cae73c4c0cbe2042f76b77" | ||
| 15 | |||
| 16 | RDEPENDS:${PN} = "${PYTHON_PN}-grpcio" | ||
| 17 | |||
| 18 | BBCLASSEXTEND = "native nativesdk" | ||
| 19 | |||
| 20 | # Needs abseil-cpp which does not build for ppc64le/musl | ||
| 21 | COMPATIBLE_HOST:libc-musl:powerpc64le = "null" | ||
| 22 | |||
