summaryrefslogtreecommitdiffhomepage
path: root/vars/python2_host.vars
diff options
context:
space:
mode:
Diffstat (limited to 'vars/python2_host.vars')
-rw-r--r--vars/python2_host.vars1
1 files changed, 1 insertions, 0 deletions
diff --git a/vars/python2_host.vars b/vars/python2_host.vars
index d94910dd..6a041af7 100644
--- a/vars/python2_host.vars
+++ b/vars/python2_host.vars
@@ -3,6 +3,7 @@
#
pkg_python2_host_fetch_download() {
+ pkg_fetch_download;
ex_rtl_fileop rm "${PKG_BASE_DIR}/sbpython2";
ex_rtl_fetch_urls_git "${PKG_BASE_DIR}/build" "sbpython2=${DEFAULT_GITROOT}/python/sbpython2@main";
ex_rtl_fileop cp ../sbpython2/project/config/cfgdefs.sh ../sbpython2/project/config/cfgdefs.sh.orig;