base-chroot: add missing bootstrap=yes packages
The packages mpfr, curses, and libreadline8 are bootstrap=yes packages which should be built during a bootstrap. With these missing './xbps-src bootstrap' will eventually download them from the official repository, which is wrong.
This commit is contained in:
parent
84f84f3ff4
commit
441848c485
|
@ -17,8 +17,9 @@ esac
|
|||
depends+="
|
||||
base-files binutils gcc gcc-ada libada-devel
|
||||
patch sed findutils diffutils make gzip coreutils
|
||||
file bsdtar ccache xbps chroot-bash chroot-grep
|
||||
chroot-gawk chroot-distcc chroot-util-linux chroot-git"
|
||||
file bsdtar ccache xbps mpfr ncurses libreadline8
|
||||
chroot-bash chroot-grep chroot-gawk chroot-distcc
|
||||
chroot-util-linux chroot-git"
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = musl ]; then
|
||||
|
||||
|
|
Loading…
Reference in New Issue