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:
Jürgen Buchmüller 2020-05-23 04:25:36 +02:00
parent 84f84f3ff4
commit 441848c485

View file

@ -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