aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/python/python-numpy_1.7.0.bb
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2013-05-09 19:51:06 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-05-13 10:49:24 +0200
commite409d68cf12872226913ee5e83c22935d623edc7 (patch)
tree18cd149e7c1e04d8f60cf94dce4f4730e34fd10a /meta-oe/recipes-devtools/python/python-numpy_1.7.0.bb
parentbac6da16a0d57f30c2cde1d805b3957147abdaeb (diff)
downloadmeta-openembedded-contrib-e409d68cf12872226913ee5e83c22935d623edc7.tar.gz
python-numpy : Add support for x86-64 builds.
Build tested with a qemux86-64 build. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/python/python-numpy_1.7.0.bb')
-rw-r--r--meta-oe/recipes-devtools/python/python-numpy_1.7.0.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/python/python-numpy_1.7.0.bb b/meta-oe/recipes-devtools/python/python-numpy_1.7.0.bb
index a3698d30f4..f6b435ceed 100644
--- a/meta-oe/recipes-devtools/python/python-numpy_1.7.0.bb
+++ b/meta-oe/recipes-devtools/python/python-numpy_1.7.0.bb
@@ -20,7 +20,10 @@ CONFIGFILESURI_mipsel = "file://config.h \
CONFIGFILESURI_i586 = "file://config.h \
file://numpyconfig.h \
-"
+ "
+CONFIGFILESURI_x86-64 = "file://config.h \
+ file://_numpyconfig.h \
+ "
S = "${WORKDIR}/numpy-${PV}"