summaryrefslogtreecommitdiff
path: root/recipes/python
AgeCommit message (Collapse)AuthorFiles
2009-04-15python 2.6.1: fix build for architectures lacking libffi supportKoen Kooi2
* if your patch does: +res = os.system(cmd) ; print "ret %d" % res, DO NOT change the second 'res' to 'ret'! * this fixes a regression since python 2.5.x
2009-04-05cmake, git-native, python: Bump PR to force rebuildSteve Sakoman1
* commit 27d8a050c81bba4b42d496572c64b9cb6a43fec6 to openssl triggered build failures
2009-03-26python-pyqt: only apply patches for qreal on arm/mips machinesJeremy Lainé1
2009-03-24python-pyrex_0.9.8.5.bb: Point SRC_URI to the updated location.Charles Clément1
checksums.ini: Add checksum for new location of python-pyrex. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-03-19Add python-urlgrabber, python-iniparser, yum-metadata-parser and native ↵Richard Purdie6
variants (from Poky) OE changes: python-iniparse-native: use distutils_stage_all python-urlgrabber-native: use distutils_stage_all yum-metadata-parser-native: use distutils_stage_all
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko209
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>