summaryrefslogtreecommitdiffstats
path: root/recipes/python
AgeCommit message (Collapse)Author
2010-06-04python-setuptools-native: Drop unnecessary FILESPATHTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-04python-pygobject: Drop unnecessary FILESPATHTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-03recipes: conform to OE packaging guidelines with RDEPENDS/RRECOMMENDSMartin Jansa
* there is probably very few cases when it's needed without _${PN}, if you find one in attached patch, please enlighten me * usually we want those only for ${PN} not for all ${PACKAGES} ie ${PN}-dev, ${PN)-doc etc * there is a check for this in recipe-sanity.bclass * there is maybe few possible fixes also in bbclasses cpan-base.bbclass:RDEPENDS += "${@["perl", ""][(bb.data.inherits_class('native', d))]}" distutils-base.bbclass:RDEPENDS += "python-core" gtk-icon-cache.bbclass:RDEPENDS += "hicolor-icon-theme" image.bbclass:RDEPENDS += "${IMAGE_INSTALL} ${IMAGE_BOOT}" module.bbclass:RDEPENDS += "kernel (${KERNEL_VERSION}) update-modules" ?opie_i18n.bbclass: rdepends = bb.data.getVar("RDEPENDS", d, 1) ?opie_i18n.bbclass: bb.data.setVar('RDEPENDS_%s' % x[0].lower(), pn, d) ?opie_i18n.bbclass: bb.data.setVar('RDEPENDS', rdepends, d) rubyextension.bbclass:RDEPENDS += "ruby" Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <k-kooi@ti.com>
2010-05-26python-oauth: Add python library for OAuthMichael Lippautz
Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-19python-xmpppy: Add recipeMichael Lippautz
Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
2010-05-05python 2.6: add ssl to python-ioJesse Gilles
2010-05-04python-m2crypto: add nativeEric Benard
- this package is needed to compile crda Signed-off-by: Eric Benard <eric@eukrea.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-05-03EFL: bump again a bit, fixed python-elementary and improved quickpanelMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-03python-elementary: temporary keep older SRCREVMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-01freesmartphone: create python-helpers.inc, with shared variables and SRCREVMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-22python-2.6.4: make Modules/_ctypes/libffi configureAntonio Ospite
This fixes configure issues with recent autoconf, e.g: autoreconf: Entering directory `Modules/_ctypes/libffi' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force configure.ac:26: error: m4_copy: won't overwrite defined macro: \ _AC_ARG_VAR_PRECIOUS configure.ac:26: the top level It also adjustes Makefile.am to take into account the fact that python ships incomplete source from libffi. Signed-off-by: Antonio Ospite <ospite@studenti.unina.it> Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-19python-pyrtc: switch to SRCPV with PE bumpMartin Jansa
2010-04-19shr recipes: use SRCPV in git recipesMartin Jansa
* recipes probably used only in SHR distribution * usually without PE bump, because nobody complained that we were bumping SRCREV without PV changes and we were using SRCPV in our branch before Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-15python-pygobject 2.20: convert to new style stagingKoen Kooi
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>
2010-04-12recipes: add missing checksumsMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-08python-lxml: Fix recipe.Michael Lippautz
* Use latest version * Remove nonworking copy and unused patch * Move recipe to python/ dir Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
2010-04-07freesmartphone: move SRCREVs to recipesMartin Jansa
* simplify fso-autorev * move cornucopia and python-helpers rev to sane-srcrevs.inc * drop SRCREV for removed recipes fsolocationd, fsotimed, vala-native
2010-04-07recipes: move SRCREVs also to git recipesMartin Jansa
* Following revs weren't used in OE tree (based on PN check) * SRCREV_pn-fsod ?= "2a33e5ffe96c611e6a6b8b6c33d2a83ba656f55b" * SRCREV_pn-linux-sgh-i900 ?= "7e5f8bd3864485e5fc66cb946e09f18b5a32cebc" * SRCREV_pn-pygsm ?= "976477f6b403f422b4ea730f71ebf409f6671141" * SRCREV_pn-u-boot-openmoko-devel ?= "ba029a1426bfca169572bf80d50a8b190a6b0e19"
2010-04-02sane-srcrevs: move SRCREVs to recipesMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-02EFL: move SRCREVs from sane-srcrevs.inc to efl/e17 recipesMartin Jansa
* Or we can move them to e.bbclass, python-efl.inc instead. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-30python-scons: update to 1.3.0Koen Kooi
* stage sconscript file that gets the toolchain options from the environment
2010-03-19efl: move epsilon/etk to obsolete, because they're not supported with newer ↵Martin Jansa
ecore anymore Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-11python-pygame: add version 1.9.1, with new staging and smpeg compatibilityMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-07python-wsgiref: Add new recipeMichael Lippautz
* Adds Web Server Gateway Interface (WSGI) Framework
2010-03-04python-pygobject: add libffi dep so -lffi actually worksKoen Kooi
2010-02-26python-paste: Add new recipeMichael Lippautz
Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-02-23python-pysqlite2-native: New recipeTom Rini
2010-02-19libphone-utils, python-phoneutils: bump SRCREV, move it to recipeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-15python-pygobject-native 2.20: fix configure and convert to new-style stagingKoen Kooi
2010-02-11python-gst: update python-path.patchMartin Jansa
* py_prefix is used later for -L and without py_prefix set it tries to load libraries from buildhost instead of staging Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-11EFL: some packages were moved from trunk/OLD to OLD, update SRC_URIMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-04python-cython: add bugfix release 0.12.1Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-02python-pygtk: add 2.16.0Koen Kooi
* checksum was already in
2010-02-01python-cython: add version 0.12Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Michael 'Mickey' Lauer <mickey@vanille-media.de>
2010-02-01python: add version 2.6.4Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Michael 'Mickey' Lauer <mickey@vanille-media.de>
2010-01-28python-pycurl: add newer version 7.19.0Martin Jansa
* dont use "versioned" depend on curl as 7.18.2 does * it pulls 2 curl providers (newest curl and curl from python-curl depends) for many targets and bitbake is rightfully complaining Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-01-28python-gst: don't use libtool m4 macros from source archiveMartin Jansa
* Fixes version mishmash with newer libtool 2.2.6b Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-01-23pygtk 2.10.4 : fix bug #44974 (gnome bugzilla)Denis 'Gnutoo' Carikli
See https://bugzilla.gnome.org/show_bug.cgi?id=444974 for more details I encountred this bug when trying to run an application, that made use of the 2 screens of the bug device(see bug.conf in machines dir) The patch is already in the trunk of pygtk,and so is already upstream
2010-01-17python-pyid3lib: fix compiling for gcc4.xMichael 'Mickey' Lauer
2010-01-12fixed calling native binaries with host librariesKristoffer Ericson
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 Sakoman
2010-01-11python-pygobject-native: export GOBJECT_INTROSPECTION_CFLAGSSteve Sakoman
2010-01-10pyrtm: Added Python library for Remember the TimeMichael
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 Meulenbroeks
2009-12-17python: only dep on tk if tk is in DISTRO_FEATURES.Chris Larson
Signed-off-by: Chris Larson <clarson@mvista.com>
2009-11-28python-phoneutils_git: fix DEPENDSKlaus Kurzmann
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2009-11-20python-epsilon: Add new SRC_URIThomas Zimmermann
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>