Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python: bump to Python 2.7.7 | Thomas Petazzoni | 2014-07-01 | 1 | -18/+21 |
| | | | | | | | | | | | | Status of patches: - python-013-fix-readline-6.3.patch is removed, as it was a backport from an upstream fix. - all other patches are updated, with no special changes other than solving minor conflicts. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> | ||||
* | python: fixup python-config script | Gustavo Zacarias | 2014-03-02 | 1 | -0/+205 |
The original version uses sysconfig from the python interpreter (normally host-python) which isn't really suited to provide information of the target python. Use the pure shell preprocessed backport from the upcoming python 3.4 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> |