aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-11-07 17:58:48 -0800
committerKhem Raj <raj.khem@gmail.com>2019-11-07 21:17:25 -0800
commit2ffc7b45d638a89535b963533d39b8b13e4c8c1e (patch)
treeb97698df194128d5f47d5e494d4cf5fccff57414
parent412a93a1c15f78e9aa9ff4771b76d9a50f8cf758 (diff)
downloadmeta-openembedded-contrib-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>
-rw-r--r--meta-networking/recipes-devtools/grpc/grpc_1.24.3.bb2
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 2d7694a4f3..ecc575bcfb 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"
LICENSE = "Apache-2"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
-DEPENDS = "gflags c-ares protobuf protobuf-native protobuf-c protobuf-c-native openssl"
+DEPENDS = "gflags c-ares protobuf protobuf-native protobuf-c protobuf-c-native openssl libnsl2"
DEPENDS_append_class-target = " googletest grpc-native "
DEPENDS_append_class-nativesdk = " grpc-native "