libports: create vfs_jitterentropy recipe

This commit is contained in:
Josef Söntgen 2017-11-14 13:38:06 +01:00 committed by Christian Helmuth
parent c364c4de2a
commit 5a5af878f7
3 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,29 @@
MIRROR_FROM_REP_DIR := lib/mk/jitterentropy.inc \
lib/import/import-jitterentropy.mk \
$(foreach SPEC,arm_v6 arm_v7 x86_32 x86_64,\
lib/mk/spec/$(SPEC)/jitterentropy.mk) \
src/lib/jitterentropy \
lib/mk/vfs_jitterentropy.mk src/lib/vfs/jitterentropy
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/jitterentropy)
MIRROR_FROM_PORT_DIR := src/lib/jitterentropy/jitterentropy-base.c \
include/jitterentropy/jitterentropy.h
content: $(MIRROR_FROM_REP_DIR) $(MIRROR_FROM_PORT_DIR) LICENSE
$(MIRROR_FROM_PORT_DIR):
mkdir -p $(dir $@)
cp -r $(PORT_DIR)/$@ $@
$(MIRROR_FROM_REP_DIR):
$(mirror_from_rep_dir)
LICENSE:
( echo "The contrib sources"; \
echo " include/jitterentropy/jitterentropy.h"; \
echo " src/lib/jitterentropy/jitterentropy-base.c"; \
echo "by Stephan Mueller are licensed under a BSD-style license (please"; \
echo "see the corresponding copyright header in the files)."; \
echo ; \
echo "The remaining source files are subject to the Genode license: "; \
cat $(GENODE_DIR)/LICENSE; ) > $@

View File

@ -0,0 +1 @@
2017-11-14 fe107676c05b8a07dbe82c999938d4c1252f9f02

View File

@ -0,0 +1,5 @@
base
os
so
libc
vfs