diff options
Diffstat (limited to 'python/python_2.3.2.oe')
-rw-r--r-- | python/python_2.3.2.oe | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/python/python_2.3.2.oe b/python/python_2.3.2.oe deleted file mode 100644 index 21c65b8894..0000000000 --- a/python/python_2.3.2.oe +++ /dev/null @@ -1,16 +0,0 @@ -DESCRIPTION="Python Programming Language" -SECTION="base" -PRIORITY="optional" -MAINTAINER="Michael Lauer <mickey@Vanille.de>" -RDEPENDS="libc6" -DEPENDS=virtual/libc - -SRC_URI = ftp://www.python.org/pub/python/${PV}/Python-${PV}.tar.bz2 \ - file://${FILESDIR}/bindir-libdir.patch;patch=1 - -S = ${WORKDIR}/Python-${PV} - -inherit autotools - -EXTRA_OECONF = '--with-threads --with-pymalloc --with-cyclic-gc --with-exec-prefix=${STAGING_DIR}/build' - |