mirror of
https://github.com/pygos/build.git
synced 2024-11-23 03:29:46 +01:00
ffacb26218
Instead of having a "depends" file with a list of packages, add a "DEPENDS" variable to the build script. Generate the rootfs dependencies from a config file stored in the cfg directory. Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
9 lines
81 B
Text
Executable file
9 lines
81 B
Text
Executable file
DEPENDS="gcc2 libgcc musl pkg-config"
|
|
|
|
build() {
|
|
return
|
|
}
|
|
|
|
deploy() {
|
|
return
|
|
}
|