From 8abe2bf4f96054386207f8ca8489181e3bbe4026 Mon Sep 17 00:00:00 2001 From: Sinan Kaya Date: Fri, 20 Aug 2021 20:46:20 +0000 Subject: grpc: remove nl2 requirement since it is optional Signed-off-by: Sinan Kaya Signed-off-by: Joshua Watt --- .../openembedded-layers/recipes-devtools/grpc/grpc_%.bbappend | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dynamic-layers/openembedded-layers/recipes-devtools/grpc/grpc_%.bbappend b/dynamic-layers/openembedded-layers/recipes-devtools/grpc/grpc_%.bbappend index a72496d..dc0ea42 100644 --- a/dynamic-layers/openembedded-layers/recipes-devtools/grpc/grpc_%.bbappend +++ b/dynamic-layers/openembedded-layers/recipes-devtools/grpc/grpc_%.bbappend @@ -1,2 +1,5 @@ +# doesn't build and not required +DEPENDS:remove:mingw32 = "libnsl2" + EXTRA_OECMAKE:remove:mingw32 = "-DBUILD_SHARED_LIBS=ON" EXTRA_OECMAKE:append:mingw32 = " -DBUILD_SHARED_LIBS=OFF" -- cgit v1.2.3-54-g00ecf