summaryrefslogtreecommitdiffstats
path: root/rules/host-python3.make
Commit message (Collapse)AuthorAgeFilesLines
* rules: used PTXDIST_SYSROOT_* instead of PTXCONF_SYSROOT_*Michael Olbrich2019-07-161-1/+1
| | | | | | | The value should be the same. Always use PTXDIST_SYSROOT_* for consistency. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* CREDITS: remove unmaintained fileRoland Hieber2019-07-031-2/+0
| | | | | | | | | | | | | | | This file has been touched 2 times in the last 7 years, and is no longer up to date. Remove it to carry less unmaintained stuff around. Also remove all references to it from file headers using for file in `g grep -l 'See CREDITS for details about who has'`; do sed -i '/See CREDITS for details about who has/,+1d' $file done as well as the different wording from rules/other/Toplevel.make. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* python3: version bump 3.7.0 -> 3.7.3Michael Olbrich2019-03-271-1/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-python3: explicitly set openssl dirMichael Olbrich2018-10-201-1/+2
| | | | | | | | setup.py searches for headers and libs manually. Without the explicit path to sysroot the files may not be found because pkg-config skips these paths for '-I' and '-L'. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* python3: version bump 3.5.4 -> 3.7.0Michael Olbrich2018-10-171-5/+10
| | | | | | | | | | | | | | | | | zlib support can no longer be disabled. 'crc32' from zlib is used in other modules if found. So not installing the zlib module is no longer sufficient to ensure that zlib is not used. zlib is small enough so just depend on it unconditionally. Also, setup the environment to make the build reproducible. Depend on host-python3-setuptools. This is needed by most packages anyways, so we can drop a lot of extra dependencies. Also, we need to import some of it once: It generates some pickle files and that's racy during parallel building. These files should be generated at build time, but that happens in pkgdir and for cross we use the source tree in build-target. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* python3: version bump 3.5.0 -> 3.5.3Michael Olbrich2017-05-301-2/+11
| | | | | | Cleanup configure options while at it. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* python3: improve python-configMichael Olbrich2015-12-281-0/+7
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* python3: version bump 3.4.2 -> 3.5.0Michael Olbrich2015-09-211-3/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-python3: add HOSTPYTHON3Robert Schwebel2015-09-211-0/+2
| | | | | | | | | This variable is used by host packages based on python3 and the CONF_TOOL helper functions assume it is set. Define it equivalent to what we have for python. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* python3: version bump 3.1.4 -> 3.4.2David Jander2015-09-211-6/+3
| | | | | | | | | | | | Update python3 to version 3.4.2 This is all work done by: Han Sirkstra <han@protonic.nl> Robin van der Gracht <robin@protonic.nl> Signed-off-by: David Jander <david@protonic.nl> [copy to ptxdist mainline, remove old patches] Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* add helper to build python packagesMichael Olbrich2015-06-091-1/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-python3: update configure optionsMichael Olbrich2014-01-301-2/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-python3: build on Linux 3.x hostMichael Olbrich2011-08-041-1/+5
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [host-python3] install to pkgdirMichael Olbrich2010-04-231-3/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [python3] create a separate python3 packageMichael Olbrich2010-04-211-0/+62
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>