committed by
Norman Feske
parent
6af2375ec9
commit
4d10959476
1
recipes/src/protobuf-c/api
Normal file
1
recipes/src/protobuf-c/api
Normal file
@@ -0,0 +1 @@
|
||||
protobuf-c
|
||||
17
recipes/src/protobuf-c/content.mk
Normal file
17
recipes/src/protobuf-c/content.mk
Normal file
@@ -0,0 +1,17 @@
|
||||
MIRROR_FROM_REP_DIR = lib/import/import-protobuf-c.mk lib/mk/protobuf-c.mk
|
||||
|
||||
content: $(MIRROR_FROM_REP_DIR) src/lib/protobuf-c/target.mk LICENSE
|
||||
|
||||
$(MIRROR_FROM_REP_DIR):
|
||||
$(mirror_from_rep_dir)
|
||||
|
||||
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/protobuf-c)
|
||||
|
||||
src/lib/protobuf-c/target.mk:
|
||||
mkdir -p src/lib/protobuf-c/protobuf-c
|
||||
cp -r $(PORT_DIR)/src/lib/protobuf-c/protobuf-c/*.c \
|
||||
src/lib/protobuf-c/protobuf-c/
|
||||
echo "LIBS := protobuf-c" > $@
|
||||
|
||||
LICENSE:
|
||||
cp $(PORT_DIR)/src/lib/protobuf-c/LICENSE $@
|
||||
1
recipes/src/protobuf-c/hash
Normal file
1
recipes/src/protobuf-c/hash
Normal file
@@ -0,0 +1 @@
|
||||
2018-09-26 6f7eb33e1013562ee36e9009390d35ac062bd83a
|
||||
2
recipes/src/protobuf-c/used_apis
Normal file
2
recipes/src/protobuf-c/used_apis
Normal file
@@ -0,0 +1,2 @@
|
||||
base
|
||||
libc
|
||||
Reference in New Issue
Block a user