[oe] [PATCH 0/3] fix grpc nativesdk build

Bartosz Golaszewski brgl at bgdev.pl
Wed Oct 10 13:54:54 UTC 2018


From: Bartosz Golaszewski <bgolaszewski at baylibre.com>

The grpc nativesdk build is broken. The project tries to execute the
grpc_cpp_plugin during build when it's not correctly linked yet.

Fix it by applying the existing patch fixing cross-compilation and
satisfying the native sdk dependencies in other packages (c-ares and
gflags).

Hiram Lew (2):
  gflags: add nativesdk to BBCLASSEXTEND
  c-ares: add nativesdk to BBCLASSEXTEND

Jan Kaisrlik (1):
  grpc: fix grpc_cpp_plugin interpfor nativesdk

 ...txt-Fix-grpc_cpp_plugin-path-during-cross.patch | 27 ++++++++++++----------
 .../recipes-devtools/grpc/grpc_1.14.1.bb           |  2 ++
 .../recipes-support/c-ares/c-ares_1.14.0.bb        |  2 +-
 meta-oe/recipes-support/gflags/gflags_2.2.0.bb     |  2 +-
 4 files changed, 19 insertions(+), 14 deletions(-)

-- 
2.7.4




More information about the Openembedded-devel mailing list