diff options
author | Philip Balister <philip@balister.org> | 2013-05-09 19:51:06 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-05-13 10:49:24 +0200 |
commit | e409d68cf12872226913ee5e83c22935d623edc7 (patch) | |
tree | 18cd149e7c1e04d8f60cf94dce4f4730e34fd10a /meta-oe/recipes-devtools/python/python-numpy_1.7.0.bb | |
parent | bac6da16a0d57f30c2cde1d805b3957147abdaeb (diff) | |
download | meta-openembedded-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.bb | 5 |
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 a3698d30f..f6b435cee 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 \ | |||
20 | 20 | ||
21 | CONFIGFILESURI_i586 = "file://config.h \ | 21 | CONFIGFILESURI_i586 = "file://config.h \ |
22 | file://numpyconfig.h \ | 22 | file://numpyconfig.h \ |
23 | " | 23 | " |
24 | CONFIGFILESURI_x86-64 = "file://config.h \ | ||
25 | file://_numpyconfig.h \ | ||
26 | " | ||
24 | 27 | ||
25 | S = "${WORKDIR}/numpy-${PV}" | 28 | S = "${WORKDIR}/numpy-${PV}" |
26 | 29 | ||