base-chroot: remove ccache from bootstrap
This commit is contained in:
parent
b680d0ca90
commit
f6fecb9c14
|
@ -17,6 +17,10 @@ esac
|
||||||
depends+="
|
depends+="
|
||||||
base-files binutils gcc gcc-ada libada-devel
|
base-files binutils gcc gcc-ada libada-devel
|
||||||
patch sed findutils diffutils make gzip coreutils
|
patch sed findutils diffutils make gzip coreutils
|
||||||
file bsdtar ccache xbps mpfr ncurses libreadline8
|
file bsdtar xbps mpfr ncurses libreadline8
|
||||||
chroot-bash chroot-grep chroot-gawk chroot-distcc
|
chroot-bash chroot-grep chroot-gawk chroot-distcc
|
||||||
chroot-util-linux chroot-git"
|
chroot-util-linux chroot-git"
|
||||||
|
|
||||||
|
if [ "$CHROOT_READY" ]; then
|
||||||
|
depends+=" ccache"
|
||||||
|
fi
|
||||||
|
|
Loading…
Reference in New Issue