summaryrefslogtreecommitdiffhomepage
path: root/vars/python2_host.vars
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2018-11-14 14:13:01 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2018-11-14 14:13:01 +0000
commit04ace40b47361388eca7e2080ee5f5ce0276069c (patch)
treefe870a4995d3bf03251565cbc4cb4479963b7afd /vars/python2_host.vars
parent16b168c2db127c06a6383e9aea7be0ff92cea910 (diff)
downloadmidipix_build-04ace40b47361388eca7e2080ee5f5ce0276069c.tar.bz2
midipix_build-04ace40b47361388eca7e2080ee5f5ce0276069c.tar.xz
vars/build.vars:python2_host:${PKG_BUILD_DIR}: build within ../../src/python2_host-${PKG_PYTHON2_HOST_VERSION}.
vars/python2_host.vars:pkg_clean(): document intent.
Diffstat (limited to 'vars/python2_host.vars')
-rw-r--r--vars/python2_host.vars2
1 files changed, 2 insertions, 0 deletions
diff --git a/vars/python2_host.vars b/vars/python2_host.vars
index 6bdfa9e1..7e03e24e 100644
--- a/vars/python2_host.vars
+++ b/vars/python2_host.vars
@@ -3,6 +3,8 @@
#
pkg_python2_host_clean() {
+ # Inhibit ${ARG_CLEAN_BUILDS} processing as the python2_host
+ # build-time source code is required by python2.
return 0;
};