diff options
| author | Khem Raj <raj.khem@gmail.com> | 2008-12-10 12:08:42 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2008-12-10 12:08:42 -0800 |
| commit | c83835dca4b2a8f8267066037c86a71474f278c2 (patch) | |
| tree | b8645ff1fa623a7b8ce5496a62c2f2a01fd87887 /packages/python/python.inc | |
| parent | fca5cadc1e2012f01afcdd67d9482a4c52aa52d1 (diff) | |
| parent | 1a184ff3d7b13923c4b7cd94866307ac8f399bed (diff) | |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'packages/python/python.inc')
| -rw-r--r-- | packages/python/python.inc | 23 |
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 \ +" |
