summaryrefslogtreecommitdiffhomepage
path: root/vars/python2_host.vars
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2018-11-13 21:27:03 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2018-11-13 21:27:03 +0000
commit16b168c2db127c06a6383e9aea7be0ff92cea910 (patch)
treeba2ade52ff7009b5afc3740eacc1afa9da1f58d0 /vars/python2_host.vars
parent7fb3bb408974753c5c5a134a6be244f5fa7b13f4 (diff)
downloadmidipix_build-16b168c2db127c06a6383e9aea7be0ff92cea910.tar.bz2
midipix_build-16b168c2db127c06a6383e9aea7be0ff92cea910.tar.xz
vars/python2_host.vars:pkg_clean(): skip (fixes python2 {,re}build) (via midipix.)
Diffstat (limited to 'vars/python2_host.vars')
-rw-r--r--vars/python2_host.vars4
1 files changed, 4 insertions, 0 deletions
diff --git a/vars/python2_host.vars b/vars/python2_host.vars
index 097c1965..6bdfa9e1 100644
--- a/vars/python2_host.vars
+++ b/vars/python2_host.vars
@@ -2,6 +2,10 @@
# set -o errexit -o noglob are assumed.
#
+pkg_python2_host_clean() {
+ return 0;
+};
+
pkg_python2_host_install_make_post() {
if ex_rtl_fileop test "${PKG_DESTDIR}/bin/python2.7.wrapper"; then
ex_rtl_fileop rm "${PKG_DESTDIR}/bin/python2.7.wrapper";