diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-11-07 17:58:48 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-11-07 21:17:25 -0800 |
commit | 2ffc7b45d638a89535b963533d39b8b13e4c8c1e (patch) | |
tree | b97698df194128d5f47d5e494d4cf5fccff57414 /meta-networking/recipes-devtools | |
parent | 412a93a1c15f78e9aa9ff4771b76d9a50f8cf758 (diff) | |
download | meta-openembedded-2ffc7b45d638a89535b963533d39b8b13e4c8c1e.tar.gz |
grpc: Add dep on libnsl
Some host distros e.g. tumbleweed will need it as well
so its better to have own dependency always
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-devtools')
-rw-r--r-- | meta-networking/recipes-devtools/grpc/grpc_1.24.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-devtools/grpc/grpc_1.24.3.bb b/meta-networking/recipes-devtools/grpc/grpc_1.24.3.bb index 2d7694a4f..ecc575bcf 100644 --- a/meta-networking/recipes-devtools/grpc/grpc_1.24.3.bb +++ b/meta-networking/recipes-devtools/grpc/grpc_1.24.3.bb | |||
@@ -6,7 +6,7 @@ SECTION = "libs" | |||
6 | LICENSE = "Apache-2" | 6 | LICENSE = "Apache-2" |
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
8 | 8 | ||
9 | DEPENDS = "gflags c-ares protobuf protobuf-native protobuf-c protobuf-c-native openssl" | 9 | DEPENDS = "gflags c-ares protobuf protobuf-native protobuf-c protobuf-c-native openssl libnsl2" |
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 | ||