1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-05-18 03:26:14 +02:00

Merge libgcc and toolchain meta packages

Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
David Oberhollenzer 2018-02-15 23:16:39 +01:00
parent dbe75332e5
commit 7b1d236e16
2 changed files with 7 additions and 16 deletions

View file

@ -1,14 +0,0 @@
DEPENDS="gcc2"
build() {
return
}
deploy() {
local INPUT="$1"
local OUTPUT="$2"
local DEPLOY="$3"
rsync -aH --files-from="$SCRIPTDIR/board/$BOARD/libgcc_files.txt" \
"$TCDIR/$TARGET" "$DEPLOY"
}

View file

@ -1,9 +1,14 @@
DEPENDS="gcc2 libgcc musl pkg-config file"
DEPENDS="gcc2 musl pkg-config file"
build() {
return
}
deploy() {
return
local INPUT="$1"
local OUTPUT="$2"
local DEPLOY="$3"
rsync -aH --files-from="$SCRIPTDIR/board/$BOARD/libgcc_files.txt" \
"$TCDIR/$TARGET" "$DEPLOY"
}