Require xbps>=0.44 for xbps-uunshare(8) to simplify code.
This commit is contained in:
parent
d694d022d1
commit
5c177c7b67
3 changed files with 19 additions and 37 deletions
4
xbps-src
4
xbps-src
|
@ -337,7 +337,7 @@ read_pkg() {
|
|||
setup_pkg $XBPS_TARGET_PKG $XBPS_CROSS_BUILD
|
||||
}
|
||||
|
||||
readonly XBPS_VERSION_REQ="0.43.1"
|
||||
readonly XBPS_VERSION_REQ="0.44"
|
||||
readonly XBPS_VERSION=$(xbps-uhelper -V|awk '{print $2}')
|
||||
readonly XBPS_SRC_VERSION="113"
|
||||
export XBPS_MACHINE=$(uname -m)
|
||||
|
@ -384,7 +384,7 @@ readonly REQHOST_UTILS_BOOTSTRAP="gawk bash bison sed gcc g++ msgfmt makeinfo \
|
|||
|
||||
# Required utilities in host system for chroot ops.
|
||||
readonly REQHOST_UTILS="xbps-install xbps-query xbps-rindex xbps-uhelper \
|
||||
xbps-reconfigure xbps-remove xbps-create git"
|
||||
xbps-reconfigure xbps-remove xbps-create xbps-uchroot xbps-uunshare git"
|
||||
|
||||
check_reqhost_utils
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue