Browse Source

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 <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Fabrice Fontaine 3 years ago
parent
commit
9f22134430
1 changed files with 1 additions and 9 deletions
  1. 1 9
      package/grpc/0004-host-grpc-only-cpp-plugin.patch

+ 1 - 9
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 <thomas.de_schampheleire@nokia.com>
+Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
 ---
  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}
  )