mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-19 03:06:39 +00:00
libports: create vfs_jitterentropy recipe
This commit is contained in:
parent
c364c4de2a
commit
5a5af878f7
29
repos/libports/recipes/src/vfs_jitterentropy/content.mk
Normal file
29
repos/libports/recipes/src/vfs_jitterentropy/content.mk
Normal 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; ) > $@
|
1
repos/libports/recipes/src/vfs_jitterentropy/hash
Normal file
1
repos/libports/recipes/src/vfs_jitterentropy/hash
Normal file
@ -0,0 +1 @@
|
||||
2017-11-14 fe107676c05b8a07dbe82c999938d4c1252f9f02
|
5
repos/libports/recipes/src/vfs_jitterentropy/used_apis
Normal file
5
repos/libports/recipes/src/vfs_jitterentropy/used_apis
Normal file
@ -0,0 +1,5 @@
|
||||
base
|
||||
os
|
||||
so
|
||||
libc
|
||||
vfs
|
Loading…
Reference in New Issue
Block a user