summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nonworking/python/numarray_0.8.oe0
-rw-r--r--python/numeric_23.1.oe5
2 files changed, 5 insertions, 0 deletions
diff --git a/nonworking/python/numarray_0.8.oe b/nonworking/python/numarray_0.8.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/nonworking/python/numarray_0.8.oe
diff --git a/python/numeric_23.1.oe b/python/numeric_23.1.oe
index 7bc1790c37..eb198a2c19 100644
--- a/python/numeric_23.1.oe
+++ b/python/numeric_23.1.oe
@@ -9,3 +9,8 @@ SRC_URI = ${SOURCEFORGE_MIRROR}/numpy/Numeric-${PV}.tar.gz
S = ${WORKDIR}/Numeric-${PV}
inherit distutils
+
+do_stage() {
+ cp -a Include/Numeric ${STAGING_INCDIR}
+}
+