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>
This commit is contained in:
Philip Balister
2013-05-09 19:51:06 +00:00
committed by Martin Jansa
parent bac6da16a0
commit e409d68cf1
3 changed files with 173 additions and 1 deletions
@@ -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}"