summaryrefslogtreecommitdiff
path: root/recipes/python
AgeCommit message (Collapse)AuthorFiles
2009-06-01python-native: Actually bump PRTom Rini1
2009-05-30python-native: Add readline-native to DEPENDS, bump PR.Tom Rini1
It looks a little less trivial to switch python to INC_PR, so for now do 'PR .= ".1"' instead.
2009-05-30python-native_2.6.1.bb: Add zlib-native to DEPENDSKhem Raj1
Do not use --with-zlib instead depend on zlib-native Acked-by: Tom Rini <trini@embeddedalley.com>
2009-05-20python-pycups: addOtavio Salvador1
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2009-05-18python: Add patch to fix linkingFlorian Boor2
2009-04-24python-evas: make sure all headers are staged for dependenciesAngus Ainslie1
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>