From: Michael Lauer Date: Tue, 21 Sep 2004 22:47:11 +0000 (+0000) Subject: rename python-manifest.oe to python-manifest.inc now that .inc is legal as include... X-Git-Tag: Release-2010-05/1~16995 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a5008ab3d26b974c740bc4f6d07941dcba36fdb;p=openembedded.git rename python-manifest.oe to python-manifest.inc now that .inc is legal as include file. fix python-numeric btw. BKrev: 4150af6f_PQxLlhm0sE5gqoOb9G5SA --- diff --git a/python/python-numeric/no-lapack.patch b/python/python-numeric/no-lapack.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/python/python-numeric_23.3.oe b/python/python-numeric_23.3.oe index 7da74df69d..cb3b3ada50 100644 --- a/python/python-numeric_23.3.oe +++ b/python/python-numeric_23.3.oe @@ -3,8 +3,10 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer " 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 diff --git a/python/python_2.3.4.oe b/python/python_2.3.4.oe index b9035b0201..c519d3b1fb 100644 --- a/python/python_2.3.4.oe +++ b/python/python_2.3.4.oe @@ -55,4 +55,4 @@ do_install() { DESTDIR=${D} install } -include python-${PV}-manifest.oe +include python-${PV}-manifest.inc