Revert "protobuf_grpc: google serializing and RPC library"
This reverts commit 5587d78e89.
Issue #190
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
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 +0,0 @@
|
||||
2019-10-30 21572ce91e72f70f403e0e80771b8a56856948a1
|
||||
@@ -1,10 +0,0 @@
|
||||
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 +0,0 @@
|
||||
2019-10-03 2e2ea2ddc580cc856796b077264cffa997ca8e47
|
||||
@@ -1 +0,0 @@
|
||||
grpc
|
||||
@@ -1,28 +0,0 @@
|
||||
MIRROR_FROM_REP_DIR = lib/import/import-grpc.mk \
|
||||
lib/import/import-protobuf.mk \
|
||||
lib/mk/grpc.mk
|
||||
|
||||
content: $(MIRROR_FROM_REP_DIR) src/lib/grpc/target.mk LICENSE
|
||||
|
||||
$(MIRROR_FROM_REP_DIR):
|
||||
$(mirror_from_rep_dir)
|
||||
|
||||
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/protobuf_grpc)
|
||||
|
||||
src/lib/grpc/target.mk:
|
||||
mkdir -p src/lib/grpc/src
|
||||
cp -r $(PORT_DIR)/src/lib/grpc/src/* \
|
||||
src/lib/grpc/src/
|
||||
mkdir -p src/lib/grpc/third_party
|
||||
cp -r $(PORT_DIR)/src/lib/grpc/third_party/* \
|
||||
src/lib/grpc/third_party/
|
||||
mkdir -p proto/
|
||||
cp -r $(PORT_DIR)/proto/* \
|
||||
proto/
|
||||
mkdir -p src/lib/grpc/include
|
||||
cp -r $(PORT_DIR)/src/lib/grpc/include/* \
|
||||
src/lib/grpc/include/
|
||||
echo "LIBS := grpc" > $@
|
||||
|
||||
LICENSE:
|
||||
cp $(PORT_DIR)/src/lib/grpc/LICENSE $@
|
||||
@@ -1 +0,0 @@
|
||||
2019-10-30 f5f6c562db81992382fbe81170c9adba460b6b09
|
||||
@@ -1,6 +0,0 @@
|
||||
base
|
||||
libc
|
||||
libssl
|
||||
protobuf
|
||||
stdcxx
|
||||
zlib
|
||||
@@ -1 +0,0 @@
|
||||
protobuf
|
||||
@@ -1,17 +0,0 @@
|
||||
MIRROR_FROM_REP_DIR = lib/import/import-protobuf.mk lib/mk/protobuf.mk
|
||||
|
||||
content: $(MIRROR_FROM_REP_DIR) src/lib/protobuf/target.mk LICENSE
|
||||
|
||||
$(MIRROR_FROM_REP_DIR):
|
||||
$(mirror_from_rep_dir)
|
||||
|
||||
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/protobuf_grpc)
|
||||
|
||||
src/lib/protobuf/target.mk:
|
||||
mkdir -p src/lib/protobuf/src
|
||||
cp -r $(PORT_DIR)/src/lib/protobuf/src/* \
|
||||
src/lib/protobuf/src/
|
||||
echo "LIBS := protobuf" > $@
|
||||
|
||||
LICENSE:
|
||||
cp $(PORT_DIR)/src/lib/protobuf/LICENSE $@
|
||||
@@ -1 +0,0 @@
|
||||
2019-10-30 76caade7ae69175c339d8160c94aed44ae1c7a22
|
||||
@@ -1,4 +0,0 @@
|
||||
base
|
||||
libc
|
||||
stdcxx
|
||||
zlib
|
||||
Reference in New Issue
Block a user