summaryrefslogtreecommitdiffhomepage
path: root/vars/python2_host.vars
AgeCommit message (Collapse)AuthorFilesLines
2018-12-10remove Python2.7.wrapper (sbpython2 links libpython2.7.so with -rpath).midipix1-11/+0
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2018-12-10python2_host: use sbpython2 to cleanly build the local dependency python2.midipix1-2/+4
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2018-12-10Revert "python2_host: use sbpython2 to build an --all-static python2."Lucio Andrés Illanes Albornoz1-4/+13
This reverts commit 4397349ecf7f970ace089238c42e45cfca7c952d.
2018-12-10python2_host: use sbpython2 to build an --all-static python2.midipix1-13/+4
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2018-11-25Revert << vars/build.vars:python2_host:${PKG_BUILD_DIR}: -- build within ↵midipix1-2/+0
../../src/python2_host-${PKG_PYTHON2_HOST_VERSION}.>> This reverts commit 04ace40b47361388eca7e2080ee5f5ce0276069c. Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2018-11-14vars/build.vars:python2_host:${PKG_BUILD_DIR}: build within ↵Lucio Andrés Illanes Albornoz1-0/+2
../../src/python2_host-${PKG_PYTHON2_HOST_VERSION}. vars/python2_host.vars:pkg_clean(): document intent.
2018-11-13vars/python2_host.vars:pkg_clean(): skip (fixes python2 {,re}build) (via ↵Lucio Andrés Illanes Albornoz1-0/+4
midipix.)
2018-01-30vars/build.vars:python2: pass ↵Lucio Andrés Illanes Albornoz (arab, vxp)1-0/+16
${PYTHON_FOR_BUILD:=${PREFIX}/bin/python2.7.wrapper}. vars/python2_host.vars:..._install_make_post(): provide .../bin/python2.7.wrapper.