summaryrefslogtreecommitdiffstats
path: root/recipes/python/python_2.6.1.bb
AgeCommit message (Collapse)Author
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa
* fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-12-17python: only dep on tk if tk is in DISTRO_FEATURES.Chris Larson
Signed-off-by: Chris Larson <clarson@mvista.com>
2009-08-31python: fix -netserver and -devel packaging, convert 2.6.1 to inc_prKoen Kooi
2009-05-18python: Add patch to fix linkingFlorian Boor
2009-04-15python 2.6.1: fix build for architectures lacking libffi supportKoen Kooi
* 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-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
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>