diff options
-rw-r--r-- | meta-python/recipes-devtools/python/python3-grpcio_1.69.0.bb | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-grpcio_1.69.0.bb b/meta-python/recipes-devtools/python/python3-grpcio_1.69.0.bb index 8482240b68..b076298fef 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio_1.69.0.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio_1.69.0.bb | |||
@@ -1,8 +1,12 @@ | |||
1 | DESCRIPTION = "Google gRPC" | 1 | DESCRIPTION = "Google gRPC" |
2 | HOMEPAGE = "http://www.grpc.io/" | 2 | HOMEPAGE = "http://www.grpc.io/" |
3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
4 | LICENSE = "Apache-2.0 & BSD-3-Clause & MPL-2.0" | 4 | LICENSE = "Apache-2.0 & BSD-3-Clause & MPL-2.0 & MIT & BSD-2-Clause" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=731e401b36f8077ae0c134b59be5c906" | 5 | LIC_FILES_CHKSUM = " \ |
6 | file://LICENSE;md5=731e401b36f8077ae0c134b59be5c906 \ | ||
7 | file://third_party/utf8_range/utf8_validity.h;beginline=1;endline=5;md5=db08ddb5817e660489678e7c3653805a \ | ||
8 | file://third_party/xxhash/xxhash.h;beginline=1;endline=34;md5=d41d564db2353fc80a713956d85b1690 \ | ||
9 | " | ||
6 | 10 | ||
7 | DEPENDS += "abseil-cpp c-ares openssl python3-protobuf re2 zlib" | 11 | DEPENDS += "abseil-cpp c-ares openssl python3-protobuf re2 zlib" |
8 | 12 | ||