summaryrefslogtreecommitdiff
path: root/meta/packages/python
Commit message (Collapse)AuthorAgeFilesLines
* Major layout change to the packages directoryRichard Purdie2010-08-2752-1964/+0
| | | | | | | | | | | | | | | | | Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* python-pycairo: upgrade to 1.8.10Yu Ke2010-08-201-1/+1
| | | | Signed-off-by: Yu Ke <ke.yu@intel.com>
* Finally deprecate all legacy do_stage functions. This changes the existing ↵Richard Purdie2010-07-228-15/+0
| | | | | | | | warning into a fatal error if any legacy do_stage functions are found. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* python-pygobject: upgrade from 2.16.0 to 2.21.1Nitin A Kamble2010-07-162-10/+5
| | | | | | python-pygobject-native: upgrade from 2.16.0 to 2.21.1 Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* python-pygtk: upgrade from 2.10.4 to 2.17.0Nitin A Kamble2010-07-162-23/+14
| | | | | | | Rebased this patch to the newer code nodocs.patch Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* python-scons: upgrade from 0.97 to 1.3.0Nitin A Kamble2010-07-162-0/+3
| | | | | | python-scons-native: upgrade from 0.97 to 1.3.0 Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* python-pyrex: upgrade from 0.9.8.5 to 0.9.9Nitin A Kamble2010-07-163-2/+3
| | | | | | python-pyrex-native: upgrade from 0.9.8.5 to 0.9.9 Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* python-iniparse: upgrade from 0.2.3 to 0.3.2Nitin A Kamble2010-07-162-0/+1
| | | | | | python-iniparse-native: upgrade from 0.2.3 to 0.3.2 Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* python-imaging: upgrade from 1.1.6 to 1.1.7Nitin A Kamble2010-07-162-19/+15
| | | | | | Rebased the path.patch to the newer code Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* python-dbus: upgrade from 0.83.0 to 0.83.1Nitin A Kamble2010-07-161-1/+1
| | | | Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* yum-metadata-parser : upgrade from 1.1.2 to 1.1.4Nitin A Kamble2010-07-162-0/+3
| | | | | | yum-metadata-parser-native : upgrade from 1.1.2 to 1.1.4 Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* python-pygobject: add glib-2.0 dependencyKevin Tian2010-07-131-1/+1
| | | | | | or else glib-2.0 may not be build before building python-pygojbect Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* python-gst: upgrade from 0.10.8 to 0.10.18Nitin A Kamble2010-07-082-13/+9
| | | | Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* python: upgrade from 2.6.2 to 2.6.5Nitin A Kamble2010-07-0844-1247/+66
| | | | | | | | | | | | python-native: upgrade from 2.6.1 to 2.6.5 Also removed these older version files: python_2.5.2 python-native_2.5.1 Rebased the patches to the newer code. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* python-pycairo: upgrade to version 1.8.8Yu Ke2010-07-051-3/+6
| | | | Signed-off-by: Yu Ke <ke.yu@intel.com>
* fix metadata for python-pycurlQing He2010-06-101-4/+8
| | | | | | update homepage, license and ordering Signed-off-by: Qing He <qing.he@intel.com>
* 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