mirror of
https://github.com/pygos/build.git
synced 2024-11-05 11:37:10 +01:00
dd394b0970
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>
9 lines
86 B
Text
Executable file
9 lines
86 B
Text
Executable file
DEPENDS="gcc2 libgcc musl pkg-config file"
|
|
|
|
build() {
|
|
return
|
|
}
|
|
|
|
deploy() {
|
|
return
|
|
}
|