Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python: move to Git formatted patches | Thomas Petazzoni | 2017-03-09 | 1 | -27/+0 |
| | | | | | | | | | | | | | Now that the cpython project has a nice Github repository, with tags, it's much nicer to handle the stack of Python patches with Git. The python3 package patches had already been converted, but not the python package patches. Therefore, this commit does the move. There is no functional change, only reformatting of the patches. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | python: bump to 2.7.10 | Thomas Petazzoni | 2015-06-22 | 1 | -6/+3 |
| | | | | | | | | | | | Patches are simply refreshed, except 004-sysconfigdata-install-location.patch where a minor conflict resolution was needed. [Peter: fixup .hash as pointed out by Arnout] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> | ||||
* | python: add patch to make ossaudiodev module optional | Zoltan Gyarmati | 2015-01-10 | 1 | -0/+30 |
This module causes some build failures in certain setups and is not very useful. Signed-off-by: Zoltan Gyarmati <mr.zoltan.gyarmati@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> |