summaryrefslogtreecommitdiffhomepage
path: root/vars/python3_host.vars
diff options
context:
space:
mode:
Diffstat (limited to 'vars/python3_host.vars')
-rw-r--r--vars/python3_host.vars4
1 files changed, 2 insertions, 2 deletions
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