aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-numpy_1.7.0.bb
diff options
context:
space:
mode:
authorTing Liu <ting.liu@freescale.com>2014-07-16 17:38:10 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-19 00:08:50 +0100
commit189dae9edf24ba7bc60c51d4f26d91fe5bdf7dec (patch)
tree4223aed193a1561ae460a7801b578f9baa382dc1 /meta/recipes-devtools/python/python-numpy_1.7.0.bb
parent6a169be15439f12169869ecef890594796e70e58 (diff)
downloadopenembedded-core-contrib-189dae9edf24ba7bc60c51d4f26d91fe5bdf7dec.tar.gz
python-numpy: add support for powerpc64 architecture
Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 = " \
file://config.h \
file://_numpyconfig.h \
"
+CONFIGFILESURI_powerpc64 = " \
+ file://config.h \
+ file://_numpyconfig.h \
+"
S = "${WORKDIR}/numpy-${PV}"