rename python-manifest.oe to python-manifest.inc now that .inc is legal as include...
authorMichael Lauer <mickey@vanille-media.de>
Tue, 21 Sep 2004 22:47:11 +0000 (22:47 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Tue, 21 Sep 2004 22:47:11 +0000 (22:47 +0000)
BKrev: 4150af6f_PQxLlhm0sE5gqoOb9G5SA

python/python-numeric/no-lapack.patch [new file with mode: 0644]
python/python-numeric_23.3.oe
python/python_2.3.4.oe

diff --git a/python/python-numeric/no-lapack.patch b/python/python-numeric/no-lapack.patch
new file mode 100644 (file)
index 0000000..e69de29
index 7da74df..cb3b3ad 100644 (file)
@@ -3,8 +3,10 @@ SECTION = "devel/python"
 PRIORITY = "optional"
 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
 RDEPENDS = "python-core"
+PR = "ml1"
 
-SRC_URI = "${SOURCEFORGE_MIRROR}/numpy/Numeric-${PV}.tar.gz"
+SRC_URI = "${SOURCEFORGE_MIRROR}/numpy/Numeric-${PV}.tar.gz \
+           file://no-lapack.patch;patch=1"
 S = "${WORKDIR}/Numeric-${PV}"
 
 inherit distutils
index b9035b0..c519d3b 100644 (file)
@@ -55,4 +55,4 @@ do_install() {
                   DESTDIR=${D} install
 }
 
-include python-${PV}-manifest.oe
+include python-${PV}-manifest.inc