summaryrefslogtreecommitdiff
path: root/recipes/python
AgeCommit message (Collapse)AuthorFiles
2010-04-26python: fix SSL for 2.6Jesse Gilles2
* Add SSL module to build -- fixes "import ssl"
2010-01-17python-pyid3lib: fix compiling for gcc4.xMichael 'Mickey' Lauer2
2010-01-12fixed calling native binaries with host librariesKristoffer Ericson1
Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2010-01-11python-pygobject: export GOBJECT_INTROSPECTION_CFLAGSSteve Sakoman1
2010-01-11python-pygobject-native: export GOBJECT_INTROSPECTION_CFLAGSSteve Sakoman1
2010-01-10pyrtm: Added Python library for Remember the TimeMichael1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-01-02python-coherence_0.6.6.2.bb: created recipe for 0.6.6.2Frans Meulenbroeks1
2009-12-17python: only dep on tk if tk is in DISTRO_FEATURES.Chris Larson2
Signed-off-by: Chris Larson <clarson@mvista.com>
2009-11-28python-phoneutils_git: fix DEPENDSKlaus Kurzmann1
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2009-11-20python-epsilon: Add new SRC_URIThomas Zimmermann1
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2009-11-19recipes from shr: kill SRCPV, no SRCPV for git allowed yetMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-11-19python: force reconf for libffi subdirectory, needed with newer autotoolsMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-11-19python-dbus: add python-epydoc-native for buildhosts without epydocMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-11-18python-wifi: new recipe from SHRMartin Jansa1
2009-11-18python-webdav: new recipe from SHRMartin Jansa1
2009-11-18python-vobject: new recipe from SHRMartin Jansa1
2009-11-18python-pybluez: add version 0.16 from SHRMartin Jansa1
2009-11-18python-ldap: new recipe from SHRMartin Jansa2
2009-11-18python-epydoc: new recipe from SHRMartin Jansa2
2009-11-18python-dateutil: new recipe from SHRMartin Jansa1
2009-11-18python-blipapi: new recipe from SHRMartin Jansa1
2009-11-18pyring: new recipe from SHRMartin Jansa1
2009-11-18pydes: new recipe from SHRMartin Jansa1
2009-11-17python-pygtk: fix staging for codegen with right prefixHenning Heinold1
* bump PR
2009-11-17svn recipes: change +svnr${SRCREV} +svnr${SRCPV}Martin Jansa7
* Just formal change * No need to bump PE or PR Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-11-14python-native: do not look in host paths for shared objectsRichard Purdie3
2009-11-10python-native: remove prefix and exec_prefix, native.bbclass should take ↵Koen Kooi1
care of that now
2009-10-28gnome-python: fix 2.26.1 build, add 2.28.0Koen Kooi2
python-pygobject*: add 2.20.0
2009-10-18python-gammu: Recipe removed. Now built as part of gammu recipe.Stanislav Brabec1
2009-10-07gstreamer: update some bitsKoen Kooi2
2009-10-07enlightenment: some modules moved in the svn tree, account for thatKoen Kooi1
2009-10-06python: Fixed -dbg QA error (config/.debug in python-distutils).Stanislav Brabec2
* For more see http://lists.linuxtogo.org/pipermail/openembedded-devel/2009-October/013964.html
2009-09-29python-django: Update to work with Python 2.6Petri Lehtinen1
Signed-off-by: Petri Lehtinen <petri.lehtinen@inoi.fi>
2009-09-29python-flup: Bump to version 1.0.2Petri Lehtinen1
Signed-off-by: Petri Lehtinen <petri.lehtinen@inoi.fi>
2009-09-28python-wpactrl: add 1.0.1Howard Chu1
Signed-off-by: Howard Chu <hyc@symas.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2009-09-16python-dbus: add some more dependenciesMichael 'Mickey' Lauer1
2009-08-31python: fix -netserver and -devel packaging, convert 2.6.1 to inc_prKoen Kooi3
2009-08-30python-pygobject 2.16: 2.14 sets PE=1, so set it in 2.16 as wellKoen Kooi1
2009-08-17python-sip_4.8.2.bb: set DEFAULT_PREFERENCE = -1Khem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-12python-phoneutils: new recipe; python bindings for libphoneutilsMichael 'Mickey' Lauer1
2009-08-12python: merge some improvements done in various oe.dev-boycott branches back ↵Michael 'Mickey' Lauer2
into oe.dev
2009-08-12python: add missing dependenciesThomas Zimmermann3
* Added mimetools.py and rfc822.py to python-netclient * Added python-json package * Let python-email depend on python-netclient, because email/utils.py depends on base64.py NOTE: Fixes http://trac.shr-project.org/trac/ticket/549
2009-08-10python-sip_4.8.2.bb: Add new recipe for python-sipManuel Pietschmann1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
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