protobuf_grpc: google serializing and RPC library
protobuf : 3.9.3 grpc : 1.24.0 This a new version of the port with a vastly reduced port size. Issue #190
This commit is contained in:
22
recipes/api/grpc/content.mk
Normal file
22
recipes/api/grpc/content.mk
Normal file
@@ -0,0 +1,22 @@
|
||||
content: include/grpc include/grpcpp lib/import/import-grpc.mk lib/symbols/grpc 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)/$@/* $@
|
||||
|
||||
lib/import/import-grpc.mk:
|
||||
mkdir -p $(dir $@)
|
||||
cp -a $(REP_DIR)/$@ $@
|
||||
|
||||
lib/symbols/grpc:
|
||||
mkdir -p $(dir $@)
|
||||
cp -a $(REP_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-11-26 a43e1dc232eedb942c7671186ab535b181386ee8
|
||||
18
recipes/api/protobuf/content.mk
Normal file
18
recipes/api/protobuf/content.mk
Normal file
@@ -0,0 +1,18 @@
|
||||
content: include/google lib/import/import-protobuf.mk lib/symbols/protobuf LICENSE
|
||||
|
||||
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/protobuf_grpc)
|
||||
|
||||
include/google:
|
||||
mkdir -p $@
|
||||
cp -r $(PORT_DIR)/$@/* $@
|
||||
|
||||
lib/import/import-protobuf.mk:
|
||||
mkdir -p $(dir $@)
|
||||
cp -a $(REP_DIR)/$@ $@
|
||||
|
||||
lib/symbols/protobuf:
|
||||
mkdir -p $(dir $@)
|
||||
cp -a $(REP_DIR)/$@ $@
|
||||
|
||||
LICENSE:
|
||||
cp $(PORT_DIR)/src/lib/grpc/third_party/protobuf/LICENSE $@
|
||||
1
recipes/api/protobuf/hash
Normal file
1
recipes/api/protobuf/hash
Normal file
@@ -0,0 +1 @@
|
||||
2019-11-26 2473fe50075f7ff8b335b7ff50b7be79484bb4de
|
||||
Reference in New Issue
Block a user