summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-numpy_1.7.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python-numpy_1.7.0.bb')
-rw-r--r--meta/recipes-devtools/python/python-numpy_1.7.0.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python-numpy_1.7.0.bb b/meta/recipes-devtools/python/python-numpy_1.7.0.bb
index f8974cf802..903ec7ba9c 100644
--- a/meta/recipes-devtools/python/python-numpy_1.7.0.bb
+++ b/meta/recipes-devtools/python/python-numpy_1.7.0.bb
@@ -42,6 +42,10 @@ CONFIGFILESURI_powerpc = " \
42 file://config.h \ 42 file://config.h \
43 file://_numpyconfig.h \ 43 file://_numpyconfig.h \
44" 44"
45CONFIGFILESURI_powerpc64 = " \
46 file://config.h \
47 file://_numpyconfig.h \
48"
45 49
46S = "${WORKDIR}/numpy-${PV}" 50S = "${WORKDIR}/numpy-${PV}"
47 51