From 750f28d538375367517bec3b47fac133557ec5dc Mon Sep 17 00:00:00 2001 From: zangrc Date: Fri, 17 Sep 2021 05:23:23 +0800 Subject: python3-grpcio-tools: upgrade 1.39.0 -> 1.40.0 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../python/python3-grpcio-tools_1.39.0.bb | 22 ---------------------- .../python/python3-grpcio-tools_1.40.0.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-grpcio-tools_1.39.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-grpcio-tools_1.40.0.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.39.0.bb b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.39.0.bb deleted file mode 100644 index 865124450f..0000000000 --- a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.39.0.bb +++ /dev/null @@ -1,22 +0,0 @@ -DESCRIPTION = "Google gRPC tools" -HOMEPAGE = "http://www.grpc.io/" -SECTION = "devel/python" - -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=7145f7cdd263359b62d342a02f005515" - -inherit pypi setuptools3 - -DEPENDS += "${PYTHON_PN}-grpcio" - -SRC_URI += "file://0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch" - -SRC_URI[sha256sum] = "39dfe7415bc0d3860fdb8dd90607594b046b88b57dbe64284efa4820f951c805" - -RDEPENDS:${PN} = "${PYTHON_PN}-grpcio" - -BBCLASSEXTEND = "native nativesdk" - -# Needs abseil-cpp which does not build for ppc64le/musl -COMPATIBLE_HOST:libc-musl:powerpc64le = "null" - diff --git a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.40.0.bb b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.40.0.bb new file mode 100644 index 0000000000..f86bf008f7 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.40.0.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "Google gRPC tools" +HOMEPAGE = "http://www.grpc.io/" +SECTION = "devel/python" + +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=7145f7cdd263359b62d342a02f005515" + +inherit pypi setuptools3 + +DEPENDS += "${PYTHON_PN}-grpcio" + +SRC_URI += "file://0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch" + +SRC_URI[sha256sum] = "d440f2bc089ff628618c536904d5bc39d0b44f7afdda4c4c1ecd15fcf385bfba" + +RDEPENDS:${PN} = "${PYTHON_PN}-grpcio" + +BBCLASSEXTEND = "native nativesdk" + +# Needs abseil-cpp which does not build for ppc64le/musl +COMPATIBLE_HOST:libc-musl:powerpc64le = "null" + -- cgit 1.2.3-korg