summaryrefslogtreecommitdiff
path: root/packages/python/python.inc
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2008-12-10 00:18:17 +0100
committerKoen Kooi <koen@openembedded.org>2008-12-10 08:03:03 +0100
commitbea64f3bd904ddc02694e07551cb631ac55f4e23 (patch)
treeed6d572303fdaee14919a5a55989f401c34c7a53 /packages/python/python.inc
parentb4594d9def6deddccedc729ae2511b5766b0028a (diff)
Python 2.6: here we are. WIP :)
Diffstat (limited to 'packages/python/python.inc')
-rw-r--r--packages/python/python.inc23
1 files changed, 23 insertions, 0 deletions
diff --git a/packages/python/python.inc b/packages/python/python.inc
new file mode 100644
index 0000000000..6ee63607f0
--- /dev/null
+++ b/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
+PR = "ml0"
+
+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 \
+"