From 441848c485c0b1a80b4211e3d16fcce4b96a56cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sat, 23 May 2020 04:25:36 +0200 Subject: [PATCH] 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. --- srcpkgs/base-chroot/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/base-chroot/template b/srcpkgs/base-chroot/template index 2942f690f94..85ee1fd7e6b 100644 --- a/srcpkgs/base-chroot/template +++ b/srcpkgs/base-chroot/template @@ -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