summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-devtools/grpc/grpc_1.14.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* grpc: fix grpc_cpp_plugin interpfor nativesdkJan Kaisrlik2018-10-101-0/+2
| | | | | | | | | | | | | | | When building grpc for nativesdk the project tries to execute the nativesdk grpc_cpp_plugin instead of the host one. Apply the patch fixing the cross-compilation for nativesdk build and modify its contents to reflect its new purpose. Also: add grpc-native to dependencies. Signed-off-by: Hiram Lew <lew@avast.com> Signed-off-by: Jan Kaisrlik <jan.kaisrlik@avast.com> Signed-off-by: Lukas Karas <karas@avast.com> Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* grpc-native: Fix buld on ubuntu 14.04 with gcc 4.8Khem Raj2018-09-291-0/+3
| | | | | | | | | | Fixes a compiler error terminate called after throwing an instance of 'std::system_error' what(): Enable multithreading to use std::thread: Operation not permitted Signed-off-by: Khem Raj <raj.khem@gmail.com>
* grpc: update from 1.8.5 -> 1.14.1Jens Rehsack2018-08-281-0/+37
Update gRPC to 1.14.1 and fix cause for issues like https://stackoverflow.com/questions/49975541/how-to-port-grpc-helloworldcpp-example-on-yocto For release notes check https://github.com/grpc/grpc/releases Signed-off-by: Jens Rehsack <sno@netbsd.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>