diff options
-rw-r--r-- | meta-oe/recipes-devtools/grpc/grpc_1.68.0.bb | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/grpc/grpc_1.68.0.bb b/meta-oe/recipes-devtools/grpc/grpc_1.68.0.bb index 6e729e9734..f47a933afc 100644 --- a/meta-oe/recipes-devtools/grpc/grpc_1.68.0.bb +++ b/meta-oe/recipes-devtools/grpc/grpc_1.68.0.bb | |||
@@ -3,8 +3,12 @@ Provides gRPC libraries for multiple languages written on top of shared C core l | |||
3 | (C++, Node.js, Python, Ruby, Objective-C, PHP, C#)" | 3 | (C++, Node.js, Python, Ruby, Objective-C, PHP, C#)" |
4 | HOMEPAGE = "https://github.com/grpc/grpc" | 4 | HOMEPAGE = "https://github.com/grpc/grpc" |
5 | SECTION = "libs" | 5 | SECTION = "libs" |
6 | LICENSE = "Apache-2.0 & BSD-3-Clause & MPL-2.0" | 6 | LICENSE = "Apache-2.0 & BSD-3-Clause & MPL-2.0 & MIT & BSD-2-Clause" |
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=731e401b36f8077ae0c134b59be5c906" | 7 | LIC_FILES_CHKSUM = " \ |
8 | file://LICENSE;md5=731e401b36f8077ae0c134b59be5c906 \ | ||
9 | file://third_party/utf8_range/LICENSE;md5=d4974d297231477b2ff507c35d61c13c \ | ||
10 | file://third_party/xxhash/LICENSE;md5=cdfe7764d5685d8e08b3df302885d7f3 \ | ||
11 | " | ||
8 | 12 | ||
9 | DEPENDS = "abseil-cpp c-ares openssl protobuf protobuf-native re2 zlib" | 13 | DEPENDS = "abseil-cpp c-ares openssl protobuf protobuf-native re2 zlib" |
10 | DEPENDS:append:class-target = " grpc-native" | 14 | DEPENDS:append:class-target = " grpc-native" |