depot: recipe for pkg/stdin2out

This commit is contained in:
Norman Feske 2023-02-10 08:53:08 +01:00 committed by Christian Helmuth
parent 07e3e09652
commit b88951345f
4 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,3 @@
Utility to redirect file content to another file

View File

@ -0,0 +1,4 @@
_/src/stdin2out
_/src/libc
_/src/vfs
_/src/posix

View File

@ -0,0 +1 @@
2023-01-31 b3ddb9062413d40ee5b1b48948a8c4a51e8cdbf7

View File

@ -0,0 +1,12 @@
<runtime ram="2M" caps="100" binary="stdin2out">
<content>
<rom label="ld.lib.so"/>
<rom label="stdin2out"/>
<rom label="posix.lib.so"/>
<rom label="libc.lib.so"/>
<rom label="libm.lib.so"/>
<rom label="vfs.lib.so"/>
</content>
</runtime>