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.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;
};