From e9b171e0738c2acef0650328b7f2e1ae7cdc55cc Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Fri, 21 Nov 2003 18:27:14 +0000 Subject: 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 --- python/python-2.3.2/bindir-libdir.patch | 0 python/python-native_2.3.2.oe | 11 ----------- python/python_2.3.2.oe | 16 ---------------- 3 files changed, 27 deletions(-) delete mode 100644 python/python-2.3.2/bindir-libdir.patch delete mode 100644 python/python-native_2.3.2.oe delete mode 100644 python/python_2.3.2.oe (limited to 'python') diff --git a/python/python-2.3.2/bindir-libdir.patch b/python/python-2.3.2/bindir-libdir.patch deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/python/python-native_2.3.2.oe b/python/python-native_2.3.2.oe deleted file mode 100644 index 95ebc29a8f..0000000000 --- a/python/python-native_2.3.2.oe +++ /dev/null @@ -1,11 +0,0 @@ -include python_${PV}.oe -inherit native - -FILESDIR = ${@os.path.dirname(oe.data.getVar('FILE',d,1))}/python-${PV} - -do_stage_append() { - # install pgen for later usage with non-native builds - install Parser/pgen ${STAGING_DIR}/build/bin -} - - 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 " -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' - -- cgit v1.2.3