protobuf_grpc: google serializing and RPC library
protobuf : 3.9.1 grpc : 1.24.0 Issue #190
This commit is contained in:
committed by
Norman Feske
parent
f957aa538f
commit
5587d78e89
14
recipes/api/grpc/content.mk
Normal file
14
recipes/api/grpc/content.mk
Normal 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
1
recipes/api/grpc/hash
Normal file
@@ -0,0 +1 @@
|
||||
2019-10-30 21572ce91e72f70f403e0e80771b8a56856948a1
|
||||
10
recipes/api/protobuf/content.mk
Normal file
10
recipes/api/protobuf/content.mk
Normal 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 $@
|
||||
1
recipes/api/protobuf/hash
Normal file
1
recipes/api/protobuf/hash
Normal file
@@ -0,0 +1 @@
|
||||
2019-10-03 2e2ea2ddc580cc856796b077264cffa997ca8e47
|
||||
Reference in New Issue
Block a user