From 351559023fc480da01c3393aa2620bfba169483a Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 10 Dec 2018 20:07:10 +0000 Subject: remove Python2.7.wrapper (sbpython2 links libpython2.7.so with -rpath). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lucio Andrés Illanes Albornoz --- vars/mesa.vars | 8 -------- vars/python2_host.vars | 11 ----------- 2 files changed, 19 deletions(-) delete mode 100644 vars/mesa.vars diff --git a/vars/mesa.vars b/vars/mesa.vars deleted file mode 100644 index a2657da0..00000000 --- a/vars/mesa.vars +++ /dev/null @@ -1,8 +0,0 @@ -# -# set -o errexit -o noglob are assumed. -# - -: ${PKG_MESA_CONFIG_CACHE_EXTRA:=" -ac_cv_prog_PYTHON2=${PREFIX}/bin/python2.7.wrapper"}; - -# vim:filetype=sh diff --git a/vars/python2_host.vars b/vars/python2_host.vars index 58efff95..99f79636 100644 --- a/vars/python2_host.vars +++ b/vars/python2_host.vars @@ -8,15 +8,4 @@ pkg_python2_host_fetch_git() { ex_pkg_state_set "${PKG_NAME}" fetch -extract; }; -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" <