summaryrefslogtreecommitdiffstats
path: root/meta/packages/python
Commit message (Collapse)AuthorAgeFilesLines
* autotools: deprecate autotools_stage classJoshua Lock2010-04-271-1/+1
| | | | | | | | | Move the functionality into autotools and ensure all our Poky recipes are no longer using it. Keep the autools_stage class around for OE compatability but just have it inherit autools. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* python-pycurl: Set NATIVE_INSTALL_WORKSRichard Purdie2010-03-311-0/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* python-pycurl: Fix buildingJoshua Lock2010-03-311-1/+3
| | | | | | | Add python to DEPENDS and ensure the required environment variables are available at build time. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* python-urlgrabber: Update to 3.9.1 with extra patches from FedoraJoshua Lock2010-03-266-12/+202
| | | | | | | Add a couple of extra patches from Fedora to make the latest createrepo package work. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* python-native: Fix DEPENDS by adding sqlite3Joshua Lock2010-03-261-2/+2
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* pyton-pycurl: Add new recipe from OE.devJoshua Lock2010-03-262-0/+37
| | | | | | | Add python-pycurl_7.19.0 from OE.dev with some tweaks to enable a native version. This package is a dependancy of newer Yum Signed-off-by: Joshua Lock <josh@linux.intel.com>
* python.inc: Disable parallel makeRichard Purdie2010-02-041-0/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* python: remove unneeded gettext dependancyJoshua Lock2010-01-041-2/+2
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* python: add gettext to DEPENDSJoshua Lock2009-12-171-2/+2
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* python: Update 2.5 -> 2.6 (from OE.dev)Richard Purdie2009-12-0330-0/+1662
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* python: Update 2.5 -> 2.6 (from OE.dev)Richard Purdie2009-12-033-449/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* pycairo: Fix stagingRichard Purdie2009-11-302-2/+9
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* python: Drop staging functions. If failures occur we just need to improve ↵Richard Purdie2009-11-1911-63/+12
| | | | | | do_install Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* python: Drop custom staging functionRichard Purdie2009-11-191-5/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* python-native: Convert to use do_install for stagingRichard Purdie2009-11-191-2/+4
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Remove layout_* variablesRichard Purdie2009-09-171-3/+0
| | | | | | | | | | | | Remove layout_* variables and replace them with variables specific to the different classes. The layout variables were only useful for the native/cross classes and caused more confusion than they solved. They didn't scale to the sdk class. It now clear a small set of native/cross variables fulfil the needs. This patch also changes native.bbclass to use "/" as the STAGING_DIR which makes sense since we're installing binaries into the locations we're compiling them for. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Add python-dbus, python-pyrex from OE.devRichard Purdie2009-08-194-0/+64
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* python-pygobject: Export STAGING_INCDIR and STAGING_LIBDIR to fix ↵Richard Purdie2009-06-161-0/+2
| | | | | | python-config failures Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* python-gobject: 2.12.3 -> 2.16.0Richard Purdie2009-06-106-54/+74
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* python-native: Fix the _ctypes module (and remove some dead files)Richard Purdie2009-05-126-84/+108
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* classes/autotools_stage.bbclass: Add autotools_stage class to further ↵Richard Purdie2008-12-301-5/+1
| | | | recipes to simplify recipes using standard autotools
* python: package elementtree and shlex in separate packagesMarcin Juszkiewicz2008-10-072-4/+11
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5429 311d38ba-8fff-0310-9ca6-ca027cbcb966
* python: package bzip2 support into separate packageMarcin Juszkiewicz2008-10-072-5/+7
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5428 311d38ba-8fff-0310-9ca6-ca027cbcb966
* yum-metadata-parser: fixed dependenciesMarcin Juszkiewicz2008-10-022-2/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5385 311d38ba-8fff-0310-9ca6-ca027cbcb966
* python-native: Add sqlite3-native to DEPENDSRichard Purdie2008-10-021-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5383 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Add a bzip2-full-native recipe and make the python-native recipe depend on it.Joshua Lock2008-09-231-1/+1
| | | | | | | Yum requires bzip2 support in Python so our native Python package needs something to provide it. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5233 311d38ba-8fff-0310-9ca6-ca027cbcb966
* yum-metadata-parser-native: depend on GLib 2.0 nativeMarcin Juszkiewicz2008-09-041-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5140 311d38ba-8fff-0310-9ca6-ca027cbcb966
* python-native: depend on OpenSSL native to get python-urlgrabber-native ↵Marcin Juszkiewicz2008-09-041-1/+2
| | | | | | buildable git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5139 311d38ba-8fff-0310-9ca6-ca027cbcb966
* python-native: remove libxml2-native dependsRoss Burton2008-08-281-2/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5117 311d38ba-8fff-0310-9ca6-ca027cbcb966
* python-native: Add libxml2-native to DEPENDSRichard Purdie2008-08-261-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5105 311d38ba-8fff-0310-9ca6-ca027cbcb966
* python: Fix -native package staging functionsRichard Purdie2008-08-253-0/+3
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5104 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Add python-urlgrabber, python-iniparser, yum-metadata-parser and native varientsRichard Purdie2008-08-256-0/+64
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5097 311d38ba-8fff-0310-9ca6-ca027cbcb966
* python: Promote from meta-extras to metaRichard Purdie2008-08-2538-0/+1589
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5092 311d38ba-8fff-0310-9ca6-ca027cbcb966