1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-09-29 01:29:48 +02:00
build/tcpkg/toolchain/build
David Oberhollenzer dd394b0970 Add file package
The file utility needs a version of itself for cross compiling,
so we also have to add it to the toolchain.

Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
2018-02-09 00:41:59 +01:00

9 lines
86 B
Text
Executable file

DEPENDS="gcc2 libgcc musl pkg-config file"
build() {
return
}
deploy() {
return
}