mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 17:59:59 +00:00
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:
committed by
Martin Jansa
parent
bac6da16a0
commit
e409d68cf1
@@ -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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user