From 9f22134430f00edcfb9093f6095b1b5f72c27069 Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Tue, 8 Feb 2022 23:23:56 +0100 Subject: [PATCH] package/grpc: fix fourth patch Fix the following build failure raised since the addition of fourth patch in commit 8251d8c2559b25f11684776fc343059cf100657d: 1 out of 22 hunks FAILED -- saving rejects to file CMakeLists.txt.rej Fixes: - http://autobuild.buildroot.org/results/44f6d7c61316e90d22e75cb1fb77c3bc5b31ad66 Signed-off-by: Fabrice Fontaine Signed-off-by: Peter Korsgaard --- package/grpc/0004-host-grpc-only-cpp-plugin.patch | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/package/grpc/0004-host-grpc-only-cpp-plugin.patch b/package/grpc/0004-host-grpc-only-cpp-plugin.patch index 43fad7e3d6..c97d9a9385 100644 --- a/package/grpc/0004-host-grpc-only-cpp-plugin.patch +++ b/package/grpc/0004-host-grpc-only-cpp-plugin.patch @@ -10,6 +10,7 @@ others. Upstream-status: not accepted (see https://github.com/grpc/grpc/issues/25322) Signed-off-by: Thomas De Schampheleire +Signed-off-by: Fabrice Fontaine --- CMakeLists.txt | 43 +++++++++++++++++++++++++++++++++++-------- 1 file changed, 35 insertions(+), 8 deletions(-) @@ -167,15 +168,6 @@ index e8934a3e03..c2df332cc6 100644 add_executable(check_epollexclusive test/build/check_epollexclusive.c ) -@@ -3906,8 +3931,6 @@ target_link_libraries(gen_hpack_tables - gpr - ) - -- -- - add_executable(gen_legal_metadata_characters - tools/codegen/core/gen_legal_metadata_characters.cc - ) @@ -3958,6 +3981,8 @@ target_link_libraries(gen_percent_encoding_tables ${_gRPC_ALLTARGETS_LIBRARIES} )