summaryrefslogtreecommitdiffhomepage
path: root/vars/python2_host.vars
AgeCommit message (Collapse)AuthorFilesLines
2020-02-26General cleanup, pt. II.Lucio Andrés Illanes Albornoz1-3/+3
2020-02-25General cleanup, pt. I.Lucio Andrés Illanes Albornoz1-1/+1
2020-02-08vars/build.vars:host_tools: adds bzip2_host v1.0.8.Lucio Andrés Illanes Albornoz1-0/+3
vars/build.vars:host_tools: adds sqlite3_host v3160200. vars/build.vars:ncursesw_host: update build order. vars/build.vars:host_packages_deps: adds gdbm_host v1.18.1. vars/build.vars:bzip2:${PKG_CFLAGS_BUILD_EXTRA}: remove obsolete variable. vars/python2_host.vars: compile w/ -I${PREFIX}/include.
2019-04-26vars/python[23]{,_host}.vars: call pkg_fetch_download() to fetch ${PKG_URL}.Lucio Andrés Illanes Albornoz1-0/+1
2019-03-13patches/ncursesw_host-6.0.local.patch: correctly install ↵Lucio Andrés Illanes Albornoz1-0/+4
share/{tabset,terminfo}/. vars/python[23]_host.vars:pkg_python[23]_host_fetch_download(): provisional sbpython[23]/project/config/cfgdefs.sh patch.
2019-01-19etc/build.usage, subr/build_{args,checks}.subr: merges -c into -C as -C prefix.Lucio Andrés Illanes Albornoz1-2/+2
etc/build.usage, subr/build_{args,init}.subr: merges -[46N] into -F as ipv4|ipv6|offline. subr/ex_rtl_fetch.subr: honour ${{ARG_FETCH_FORCE,DEFAULT_GIT_ARGS}}. subr/pkg_install_strip.subr: correctly strip non-release build binaries. subr/pkg_install_strip.subr:pkg_install_strip(): honour ${ARG_DEBUG_MINIPIX}. vars/env.vars, subr/pkg_fetch_{download,git,wget}.subr: merges fetch_{git,wget} into fetch_download. vars/midipix.vars: adds ${DEFAULT_GIT_ARGS}. vars/{musl,python[23]{,_host}}.vars: updated concerning fetch_download.
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.