From 4397349ecf7f970ace089238c42e45cfca7c952d Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 10 Dec 2018 09:19:00 -0500 Subject: python2_host: use sbpython2 to build an --all-static python2. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lucio Andrés Illanes Albornoz --- vars/python2_host.vars | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) (limited to 'vars/python2_host.vars') diff --git a/vars/python2_host.vars b/vars/python2_host.vars index 6bdfa9e1..99f79636 100644 --- a/vars/python2_host.vars +++ b/vars/python2_host.vars @@ -2,19 +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"; - fi; - cat > "${PKG_DESTDIR}/bin/python2.7.wrapper" <