summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/grpc
Commit message (Collapse)AuthorAgeFilesLines
* grpc: Update to 1.8.5Khem Raj2018-02-116-205/+109
| | | | | | | | | | | | Drop upstream patches which are not needed update version in the patch to 1.8.5 as well add a new patch to stop looking into native sysroot for libcares Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* grpc: Add recipe for grpc v1.6.6Alexey Firago2017-11-155-0/+408
Add recipe to build the C based gRPC libraries. Regular gRPC build process uses git sub-modules for dependcies on external libraries/tools (c-ares, protobuf, etc). This recipe add patches and configs to use libraries provided by Yocto/bitbake/OE. grpc-native is required to build grpc for target - it uses some grpc plugins built for host. Signed-off-by: Alexey Firago <alexey_firago@mentor.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>