mirror of
https://github.com/pygos/build.git
synced 2024-11-05 03:27:10 +01:00
Merge libgcc and toolchain meta packages
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
parent
dbe75332e5
commit
7b1d236e16
2 changed files with 7 additions and 16 deletions
|
@ -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"
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue