summaryrefslogtreecommitdiffhomepage
path: root/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
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')
-rw-r--r--vars/python2.vars1
-rw-r--r--vars/python2_host.vars1
-rw-r--r--vars/python3.vars1
-rw-r--r--vars/python3_host.vars1
4 files changed, 4 insertions, 0 deletions
diff --git a/vars/python2.vars b/vars/python2.vars
index 6e13843e..c25bac41 100644
--- a/vars/python2.vars
+++ b/vars/python2.vars
@@ -3,6 +3,7 @@
#
pkg_python2_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_pkg_state_set "${PKG_NAME}" fetch_download -fetch_extract;
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;
diff --git a/vars/python3.vars b/vars/python3.vars
index 100a1b05..7b21a866 100644
--- a/vars/python3.vars
+++ b/vars/python3.vars
@@ -3,6 +3,7 @@
#
pkg_python3_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_pkg_state_set "${PKG_NAME}" fetch_download -fetch_extract;
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;