summaryrefslogtreecommitdiffhomepage
path: root/vars/python3_host.vars
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2019-04-26 17:02:15 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2019-04-26 17:02:15 +0000
commita2491066df4982312eca13a7fab33f5171f93fe3 (patch)
treef43cdcbdcd2cb17ab336492de4f0626deb8c7461 /vars/python3_host.vars
parentd0f55e92d1c3f551fce222f19e22e52b5b120d39 (diff)
downloadmidipix_build-a2491066df4982312eca13a7fab33f5171f93fe3.tar.bz2
midipix_build-a2491066df4982312eca13a7fab33f5171f93fe3.tar.xz
vars/python[23]{,_host}.vars: call pkg_fetch_download() to fetch ${PKG_URL}.
Diffstat (limited to 'vars/python3_host.vars')
-rw-r--r--vars/python3_host.vars1
1 files changed, 1 insertions, 0 deletions
diff --git a/vars/python3_host.vars b/vars/python3_host.vars
index b2456b42..302d1480 100644
--- a/vars/python3_host.vars
+++ b/vars/python3_host.vars
@@ -3,6 +3,7 @@
#
pkg_python3_host_fetch_download() {
+ pkg_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_rtl_fileop cp ../sbpython3/project/config/cfgdefs.sh ../sbpython3/project/config/cfgdefs.sh.orig;