protobuf_grpc: google serializing and RPC library

protobuf : 3.9.1
grpc     : 1.24.0

Issue #190
This commit is contained in:
Pirmin Duss
2019-09-20 11:18:30 +02:00
committed by Norman Feske
parent f957aa538f
commit 5587d78e89
37 changed files with 2018 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
content: include/grpc include/grpcpp LICENSE
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/protobuf_grpc)
include/grpc:
mkdir -p $@
cp -r $(PORT_DIR)/$@/* $@
include/grpcpp:
mkdir -p $@
cp -r $(PORT_DIR)/$@/* $@
LICENSE:
cp $(PORT_DIR)/src/lib/grpc/LICENSE $@

1
recipes/api/grpc/hash Normal file
View File

@@ -0,0 +1 @@
2019-10-30 21572ce91e72f70f403e0e80771b8a56856948a1

View File

@@ -0,0 +1,10 @@
content: include/google LICENSE
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/protobuf_grpc)
include/google:
mkdir -p $@
cp -r $(PORT_DIR)/$@/* $@
LICENSE:
cp $(PORT_DIR)/src/lib/protobuf/LICENSE $@

View File

@@ -0,0 +1 @@
2019-10-03 2e2ea2ddc580cc856796b077264cffa997ca8e47