aboutsummaryrefslogtreecommitdiff
path: root/lang/python/files/python-host.mk
Commit message (Expand)AuthorAge
* python packages: move all things python under lang/pythonAlexandru Ardelean2017-05-17
* Merge pull request #3813 from NeoRaider/hostpkgMatthias Schiffer2017-01-11
|\
| * treewide: replace $(STAGING_DIR)/host and $(HOST_BUILD_PREFIX) with $(STAGING...Matthias Schiffer2017-01-10
| * python{,3}: remove STAGING_DIR_HOSTPKG fallback definitionMatthias Schiffer2017-01-10
* | python: remove Host/Install rule default addAlexandru Ardelean2017-01-11
|/
* python: simplify/unify default build rules for python packagesAlexandru Ardelean2017-01-04
* python, python3: unify HOST_ vars and get rid of HOST_CFLAGSAlexandru Ardelean2016-11-07
* python: move PYTHON_VERSION in own .mk fileAlexandru Ardelean2016-11-07
* python: add include guard for python-host.mk and include in MakefileAlexandru Ardelean2016-11-07
* python: avoid use of HOST_BUILD_PREFIXJo-Philipp Wich2016-11-01
* python,python3: include host-build.mk in python-host.mk & python3-package.mkAlexandru Ardelean2016-10-31
* Merge pull request #3297 from NeoRaider/pythonHannu Nyman2016-10-27
|\
| * python, python-*: use default prefix for host installMatthias Schiffer2016-10-04
* | python: introduce Build/Compile/HostPyRun{Host,Target}Yousong Zhou2016-10-17
|/
* python: revert $(STAGING_DIR)/host to $(STAGING_DIR)/host changeAlexandru Ardelean2016-04-15
* python: change $(STAGING_DIR)/host to $(STAGING_DIR_HOST)Alexandru Ardelean2016-04-14
* python: add rpath for host Python extension modulesJeffery To2016-03-13
* python: use default host build prefix, remove cross-compile workarounds for hostJeffery To2016-03-05
* python: fix HOST_PYTHON_INC_DIR pathJeffery To2016-02-14
* treewide: use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST), sync with c...Felix Fietkau2016-01-20
* python: fixed _python_sysroot pathsJeffery To2015-12-31
* python2: fix typo in HostPython functionAlexandru Ardelean2015-12-13
* python: fix HostPython againAlexandru Ardelean2015-12-12
* python: fix HostPython host/target selectionAlexandru Ardelean2015-12-11
* python: unify HostPython and HostHostPython functionsAlexandru Ardelean2015-12-11
* python: add capability to install python packages for the hostJeffery To2015-11-24