From d279a98da1aae886a4b4201122ce5614a185f008 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz?= Date: Sat, 19 Jan 2019 14:38:21 +0000 Subject: etc/build.usage, subr/build_{args,checks}.subr: merges -c into -C as -C prefix. etc/build.usage, subr/build_{args,init}.subr: merges -[46N] into -F as ipv4|ipv6|offline. subr/ex_rtl_fetch.subr: honour ${{ARG_FETCH_FORCE,DEFAULT_GIT_ARGS}}. subr/pkg_install_strip.subr: correctly strip non-release build binaries. subr/pkg_install_strip.subr:pkg_install_strip(): honour ${ARG_DEBUG_MINIPIX}. vars/env.vars, subr/pkg_fetch_{download,git,wget}.subr: merges fetch_{git,wget} into fetch_download. vars/midipix.vars: adds ${DEFAULT_GIT_ARGS}. vars/{musl,python[23]{,_host}}.vars: updated concerning fetch_download. --- vars/python3_host.vars | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vars/python3_host.vars') diff --git a/vars/python3_host.vars b/vars/python3_host.vars index f0063efe..f2c72716 100644 --- a/vars/python3_host.vars +++ b/vars/python3_host.vars @@ -2,10 +2,10 @@ # set -o errexit -o noglob are assumed. # -pkg_python3_host_fetch_git() { +pkg_python3_host_fetch_download() { ex_rtl_fileop rm "${PKG_BASE_DIR}/sbpython3"; ex_rtl_fetch_urls_git "${PKG_BASE_DIR}/build" "sbpython3=${DEFAULT_GITROOT}/python/sbpython3@main"; - ex_pkg_state_set "${PKG_NAME}" fetch -extract; + ex_pkg_state_set "${PKG_NAME}" fetch_download -fetch_extract; }; # vim:filetype=sh -- cgit v1.2.3