diff options
| author | Peter Marko <peter.marko@siemens.com> | 2024-01-13 20:44:25 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-01-14 10:54:09 -0800 |
| commit | 5e8a4a6dd022a3b85f2dc4505378ba673ec3a530 (patch) | |
| tree | d58d942db64c0f075633e7791bd01d8292b11bf8 /meta-oe/recipes-devtools/grpc | |
| parent | c74cdd43f37f8c5709250e88489dbd1870544568 (diff) | |
| download | meta-openembedded-5e8a4a6dd022a3b85f2dc4505378ba673ec3a530.tar.gz | |
grpc: correct dependencies
GRPC depends on protobuf, not protobuf-c
Additionally zlib is missing in dependencies
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/grpc')
| -rw-r--r-- | meta-oe/recipes-devtools/grpc/grpc_1.60.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/grpc/grpc_1.60.0.bb b/meta-oe/recipes-devtools/grpc/grpc_1.60.0.bb index 14fca669d3..d41a73eee4 100644 --- a/meta-oe/recipes-devtools/grpc/grpc_1.60.0.bb +++ b/meta-oe/recipes-devtools/grpc/grpc_1.60.0.bb | |||
| @@ -6,7 +6,7 @@ SECTION = "libs" | |||
| 6 | LICENSE = "Apache-2.0 & BSD-3-Clause & MPL-2.0" | 6 | LICENSE = "Apache-2.0 & BSD-3-Clause & MPL-2.0" |
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=731e401b36f8077ae0c134b59be5c906" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=731e401b36f8077ae0c134b59be5c906" |
| 8 | 8 | ||
| 9 | DEPENDS = "c-ares protobuf protobuf-native protobuf-c protobuf-c-native openssl libnsl2 abseil-cpp re2" | 9 | DEPENDS = "c-ares protobuf protobuf-native openssl libnsl2 abseil-cpp re2 zlib" |
| 10 | DEPENDS:append:class-target = " googletest grpc-native " | 10 | DEPENDS:append:class-target = " googletest grpc-native " |
| 11 | DEPENDS:append:class-nativesdk = " grpc-native " | 11 | DEPENDS:append:class-nativesdk = " grpc-native " |
| 12 | 12 | ||
