summaryrefslogtreecommitdiff
path: root/python/python_2.3.2.oe
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-11-21 18:27:14 +0000
committerChris Larson <clarson@kergoth.com>2003-11-21 18:27:14 +0000
commite9b171e0738c2acef0650328b7f2e1ae7cdc55cc (patch)
tree8afdd2f094195bb88a7a9636f5b9bd9f53ebb492 /python/python_2.3.2.oe
parentacea8d73cb0c72991690d488915e426bf7e46675 (diff)
Numerous build fixes from an oemake -a run, including two more fixes for libtool 'libdir from .la file leaking into library search path' situations.
BKrev: 3fbe5902eywlLRHkRQ1FaDS5C01-jg
Diffstat (limited to 'python/python_2.3.2.oe')
-rw-r--r--python/python_2.3.2.oe16
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'
-