mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 14:25:53 +01:00
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>
This commit is contained in:
parent
412a93a1c1
commit
2ffc7b45d6
|
|
@ -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 "
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user