diff options
author | Sinan Kaya <okaya@kernel.org> | 2021-08-20 20:46:20 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-13 12:36:52 +0000 |
commit | 8abe2bf4f96054386207f8ca8489181e3bbe4026 (patch) | |
tree | a5486f8c4a93d7c565f8c6860d1109f89789fb26 | |
parent | cec4530de7b029c594d7bf1ed8dd63537413f88a (diff) | |
download | meta-mingw-8abe2bf4f96054386207f8ca8489181e3bbe4026.tar.gz |
grpc: remove nl2 requirement since it is optional
Signed-off-by: Sinan Kaya <okaya@kernel.org>
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
-rw-r--r-- | dynamic-layers/openembedded-layers/recipes-devtools/grpc/grpc_%.bbappend | 3 |
1 files changed, 3 insertions, 0 deletions
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 @@ | |||
1 | # doesn't build and not required | ||
2 | DEPENDS:remove:mingw32 = "libnsl2" | ||
3 | |||
1 | EXTRA_OECMAKE:remove:mingw32 = "-DBUILD_SHARED_LIBS=ON" | 4 | EXTRA_OECMAKE:remove:mingw32 = "-DBUILD_SHARED_LIBS=ON" |
2 | EXTRA_OECMAKE:append:mingw32 = " -DBUILD_SHARED_LIBS=OFF" | 5 | EXTRA_OECMAKE:append:mingw32 = " -DBUILD_SHARED_LIBS=OFF" |