summaryrefslogtreecommitdiff
path: root/recipes/python
AgeCommit message (Collapse)AuthorFiles
2009-08-06python: sync 05-enable-ctypes-cross-build.patch with the version applied to ↵Michael 'Mickey' Lauer2
-native
2009-08-06python: add 2.6.2Michael 'Mickey' Lauer12
2009-08-05python-native_2.6.1.bb: Unset LIBCKhem Raj1
LIBC is used internally by python configure if it gets it from enviromment it honors it. Coincidently we also use LIBC in OE to denote one of uclibc eglibc or glibc to be system C library It conflicts if somehow LIBC=<something> is set in the envronment so we pass empty LIBC for native recipe. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-07-17python-elementtree: kill standalone recipe, it's in proper python nowKoen Kooi1
* from packagehistory.bbclass: ERROR: Package version for package python-elementtree went backwards which would break package feeds from (0:2.6.1-ml5 to 0:1.2.7-20070827-preview-r0)
2009-07-01python-pygtksourceview: catch up with sourceview renamingKoen Kooi1
2009-07-01python-pygtksourceview 2.6.0: new recipeElena Grandi1
python bindings for gtksourceview
2009-07-01python-cjson 1.0.5: new recipeElena Grandi1
python-cjson is a Fast JSON encoder/decoder for Python
2009-06-26many files: Introduction of virtual/libusb0 provided by libusb or libusb-compat:Stanislav Brabec1
* for more see http://lists.linuxtogo.org/pipermail/openembedded-devel/2009-June/012217.html
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>