diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2009-12-03 12:08:52 +0000 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-12-03 12:08:52 +0000 |
| commit | ba1c4fa94426f8e46bf0e9ab1d225039bdb78158 (patch) | |
| tree | 1a279f092f44d36c8218ee2430005b6a772a83d3 /meta/packages/python/python.inc | |
| parent | 3b5336f7cf1c01c23e2fd81b54fbf89558fc2cd4 (diff) | |
| download | openembedded-core-ba1c4fa94426f8e46bf0e9ab1d225039bdb78158.tar.gz openembedded-core-ba1c4fa94426f8e46bf0e9ab1d225039bdb78158.tar.bz2 openembedded-core-ba1c4fa94426f8e46bf0e9ab1d225039bdb78158.zip | |
python: Update 2.5 -> 2.6 (from OE.dev)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/python/python.inc')
| -rw-r--r-- | meta/packages/python/python.inc | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta/packages/python/python.inc b/meta/packages/python/python.inc new file mode 100644 index 0000000000..7e61f795ba --- /dev/null +++ b/meta/packages/python/python.inc @@ -0,0 +1,23 @@ +DESCRIPTION = "The Python Programming Language" +HOMEPAGE = "http://www.python.org" +LICENSE = "PSF" +SECTION = "devel/python" +PRIORITY = "optional" +# bump this on every change in contrib/python/generate-manifest-2.6.py +INC_PR = "ml8" + +DEFAULT_PREFERENCE = "-26" + +PYTHON_MAJMIN = "2.6" + +inherit autotools + +EXTRA_OECONF = "\ + --with-threads \ + --with-pymalloc \ + --with-cyclic-gc \ + --without-cxx \ + --with-signal-module \ + --with-wctype-functions \ + --enable-shared \ +" |
